Html Css Color HEX #AF9BB8 Chatelle

📋 copy color: '#AF9BB8'

red 175 ◦ green 155 ◦ blue 184

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

Shades of Chatelle #AF9BB8

Tints of Chatelle #AF9BB8

RGB

 RED value IS 175 (68.75% from 255) = 34.05%

 GREEN value IS 155 (60.94% from 255) = 30.16%

 BLUE value IS 184 (72.27% from 255) = 35.8%

R = 34.05%
G = 30.16%
B = 35.8%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF9BB8 (or 0xAF9BB8) is known color: Chatelle. HEX triplet: AF, 9B and B8. RGB value is (175,155,184). Sum of RGB (Red+Green+Blue) = 175+155+184=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 184 (72.27% from 255 or 35.80% from 514); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF9BB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9BB8 is #506447. Grayscale: #A4A4A4. Windows color (decimal): -5268552 or 12098479. OLE color: 12098479.

HSL color Cylindrical-coordinate representation of color #AF9BB8: hue angle of 281.38º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9BB8 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 155 184 -
CMYK 0.05 0.16 0 0.28
HSL 281.38º 0.17% 0.66% -
HSV(B) 281.38º 0.16% 0.72% -
XYZ 38.05 36.02 50.29 -
YUV 164.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 175 155 184 0.05 0.16 0 0.28 281.38 0.17 0.66
Hex AF 9B B8 5 10 0 1C 119 11 42
Octal 257 233 270 5 20 0 34 431 21 102
Binary 10101111 10011011 10111000 101 10000 0 11100 100011001 10001 1000010

Color Harmonies of #AF9BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9BB8

Black with #AF9BB8

Text Example


Text Example

White with #AF9BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9BB8; }

 p { color: rgb(175,155,184); }

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

background-color css

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

 a { background-color: rgb(175,155,184); }

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

border-color css

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

 span { border-color: rgb(175,155,184); }

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