Html Css Color HEX #AC9EB4 Chatelle

📋 copy color: '#AC9EB4'

red 172 ◦ green 158 ◦ blue 180

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

Shades of Chatelle #AC9EB4

Tints of Chatelle #AC9EB4

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.98%

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

R = 33.73%
G = 30.98%
B = 35.29%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AC9EB4 (or 0xAC9EB4) is known color: Chatelle. HEX triplet: AC, 9E and B4. RGB value is (172,158,180). Sum of RGB (Red+Green+Blue) = 172+158+180=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 158 (62.11% from 255 or 30.98% from 510); Blue value is 180 (70.70% from 255 or 35.29% from 510); Max value from RGB is 180 - color contains mainly: blue. Hex color #AC9EB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC9EB4 is #53614B. Grayscale: #A4A4A4. Windows color (decimal): -5464396 or 11837100. OLE color: 11837100.

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

Color convert

RGB 172 158 180 -
CMYK 0.04 0.12 0 0.29
HSL 278.18º 0.13% 0.66% -
HSV(B) 278.18º 0.12% 0.71% -
XYZ 37.48 36.52 48.25 -
YUV 164.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 172 158 180 0.04 0.12 0 0.29 278.18 0.13 0.66
Hex AC 9E B4 4 C 0 1D 116 D 42
Octal 254 236 264 4 14 0 35 426 15 102
Binary 10101100 10011110 10110100 100 1100 0 11101 100010110 1101 1000010

Color Harmonies of #AC9EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9EB4

Black with #AC9EB4

Text Example


Text Example

White with #AC9EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9EB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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