Html Css Color HEX #AF9DB6 Chatelle

📋 copy color: '#AF9DB6'

red 175 ◦ green 157 ◦ blue 182

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

Shades of Chatelle #AF9DB6

Tints of Chatelle #AF9DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 35.41%

R = 34.05%
G = 30.54%
B = 35.41%

CMYK

 C value IS 0.04

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#AF9DB6 (or 0xAF9DB6) is known color: Chatelle. HEX triplet: AF, 9D and B6. RGB value is (175,157,182). Sum of RGB (Red+Green+Blue) = 175+157+182=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF9DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DB6 is #506249. Grayscale: #A5A5A5. Windows color (decimal): -5268042 or 11967919. OLE color: 11967919.

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

Color convert

RGB 175 157 182 -
CMYK 0.04 0.14 0 0.29
HSL 283.2º 0.15% 0.66% -
HSV(B) 283.2º 0.14% 0.71% -
XYZ 38.18 36.61 49.31 -
YUV 165.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 175 157 182 0.04 0.14 0 0.29 283.2 0.15 0.66
Hex AF 9D B6 4 E 0 1D 11B F 42
Octal 257 235 266 4 16 0 35 433 17 102
Binary 10101111 10011101 10110110 100 1110 0 11101 100011011 1111 1000010

Color Harmonies of #AF9DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DB6

Black with #AF9DB6

Text Example


Text Example

White with #AF9DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DB6; }

 p { color: rgb(175,157,182); }

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

background-color css

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

 a { background-color: rgb(175,157,182); }

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

border-color css

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

 span { border-color: rgb(175,157,182); }

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