Html Css Color HEX #AC9DB4 Chatelle

📋 copy color: '#AC9DB4'

red 172 ◦ green 157 ◦ blue 180

#AC9DB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chatelle #AC9DB4

Tints of Chatelle #AC9DB4

RGB

 RED value IS 172 (67.58% from 255) = 33.79%

 GREEN value IS 157 (61.72% from 255) = 30.84%

 BLUE value IS 180 (70.7% from 255) = 35.36%

R = 33.79%
G = 30.84%
B = 35.36%

CMYK

 C value IS 0.04

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AC9DB4 (or 0xAC9DB4) is known color: Chatelle. HEX triplet: AC, 9D and B4. RGB value is (172,157,180). Sum of RGB (Red+Green+Blue) = 172+157+180=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 180 (70.70% from 255 or 35.36% from 509); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9DB4 is #53624B. Grayscale: #A4A4A4. Windows color (decimal): -5464652 or 11836844. OLE color: 11836844.

HSL color Cylindrical-coordinate representation of color #AC9DB4: hue angle of 279.13º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AC9DB4 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 157 180 -
CMYK 0.04 0.13 0 0.29
HSL 279.13º 0.13% 0.66% -
HSV(B) 279.13º 0.13% 0.71% -
XYZ 37.31 36.18 48.2 -
YUV 164.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 172 157 180 0.04 0.13 0 0.29 279.13 0.13 0.66
Hex AC 9D B4 4 D 0 1D 117 D 42
Octal 254 235 264 4 15 0 35 427 15 102
Binary 10101100 10011101 10110100 100 1101 0 11101 100010111 1101 1000010

Color Harmonies of #AC9DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9DB4

Black with #AC9DB4

Text Example


Text Example

White with #AC9DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9DB4; }

 p { color: rgb(172,157,180); }

 H1.HeaderClassName
 {
   color: #AC9DB4;
 }
 .AnyTagClassName
 {
   color: #AC9DB4;
 }
</style>

background-color css

<style>
 a { background-color: #AC9DB4; }

 a { background-color: rgb(172,157,180); }

 div.DivClassName
 {
   background-color: #AC9DB4;
 }
 .BgClassName
 {
   background-color: #AC9DB4;
 }
</style>

border-color css

<style>
 span { border-color: #AC9DB4; }

 span { border-color: rgb(172,157,180); }

 td.TdClassName
 {
   border-color: #AC9DB4;
 }
 .TagClassName
 {
   border-color: #AC9DB4;
 }
</style>