Html Css Color HEX #AF9FB8 Chatelle

📋 copy color: '#AF9FB8'

red 175 ◦ green 159 ◦ blue 184

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

Shades of Chatelle #AF9FB8

Tints of Chatelle #AF9FB8

RGB

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

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

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

R = 33.78%
G = 30.69%
B = 35.52%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF9FB8 (or 0xAF9FB8) is known color: Chatelle. HEX triplet: AF, 9F and B8. RGB value is (175,159,184). Sum of RGB (Red+Green+Blue) = 175+159+184=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF9FB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9FB8 is #506047. Grayscale: #A6A6A6. Windows color (decimal): -5267528 or 12099503. OLE color: 12099503.

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

Color convert

RGB 175 159 184 -
CMYK 0.05 0.14 0 0.28
HSL 278.4º 0.15% 0.67% -
HSV(B) 278.4º 0.14% 0.72% -
XYZ 38.73 37.37 50.52 -
YUV 166.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 175 159 184 0.05 0.14 0 0.28 278.4 0.15 0.67
Hex AF 9F B8 5 E 0 1C 116 F 43
Octal 257 237 270 5 16 0 34 426 17 103
Binary 10101111 10011111 10111000 101 1110 0 11100 100010110 1111 1000011

Color Harmonies of #AF9FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9FB8

Black with #AF9FB8

Text Example


Text Example

White with #AF9FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9FB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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