Html Css Color HEX #AC9FB2 Chatelle

📋 copy color: '#AC9FB2'

red 172 ◦ green 159 ◦ blue 178

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

Shades of Chatelle #AC9FB2

Tints of Chatelle #AC9FB2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

 BLUE value IS 178 (69.92% from 255) = 34.97%

R = 33.79%
G = 31.24%
B = 34.97%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#AC9FB2 (or 0xAC9FB2) is known color: Chatelle. HEX triplet: AC, 9F and B2. RGB value is (172,159,178). Sum of RGB (Red+Green+Blue) = 172+159+178=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 178 (69.92% from 255 or 34.97% from 509); Max value from RGB is 178 - color contains mainly: blue. Hex color #AC9FB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9FB2 is #53604D. Grayscale: #A4A4A4. Windows color (decimal): -5464142 or 11706284. OLE color: 11706284.

HSL color Cylindrical-coordinate representation of color #AC9FB2: hue angle of 281.05º degrees, saturation: 0.11, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AC9FB2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 159 178 -
CMYK 0.03 0.11 0 0.30
HSL 281.05º 0.11% 0.66% -
HSV(B) 281.05º 0.11% 0.7% -
XYZ 37.45 36.78 47.25 -
YUV 165.05 135.31 132.96 -
System Red Green Blue C M Y K H S L
Decimal 172 159 178 0.03 0.11 0 0.30 281.05 0.11 0.66
Hex AC 9F B2 3 B 0 1E 119 B 42
Octal 254 237 262 3 13 0 36 431 13 102
Binary 10101100 10011111 10110010 11 1011 0 11110 100011001 1011 1000010

Color Harmonies of #AC9FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9FB2

Black with #AC9FB2

Text Example


Text Example

White with #AC9FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9FB2; }

 p { color: rgb(172,159,178); }

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

background-color css

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

 a { background-color: rgb(172,159,178); }

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

border-color css

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

 span { border-color: rgb(172,159,178); }

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