Html Css Color HEX #AF9AB7 Chatelle

📋 copy color: '#AF9AB7'

red 175 ◦ green 154 ◦ blue 183

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

Shades of Chatelle #AF9AB7

Tints of Chatelle #AF9AB7

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.08%

 BLUE value IS 183 (71.88% from 255) = 35.74%

R = 34.18%
G = 30.08%
B = 35.74%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF9AB7 (or 0xAF9AB7) is known color: Chatelle. HEX triplet: AF, 9A and B7. RGB value is (175,154,183). Sum of RGB (Red+Green+Blue) = 175+154+183=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF9AB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB7 is #506548. Grayscale: #A3A3A3. Windows color (decimal): -5268809 or 12032687. OLE color: 12032687.

HSL color Cylindrical-coordinate representation of color #AF9AB7: hue angle of 283.45º 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 #AF9AB7 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 154 183 -
CMYK 0.04 0.16 0 0.28
HSL 283.45º 0.17% 0.66% -
HSV(B) 283.45º 0.16% 0.72% -
XYZ 37.78 35.64 49.69 -
YUV 163.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 175 154 183 0.04 0.16 0 0.28 283.45 0.17 0.66
Hex AF 9A B7 4 10 0 1C 11B 11 42
Octal 257 232 267 4 20 0 34 433 21 102
Binary 10101111 10011010 10110111 100 10000 0 11100 100011011 10001 1000010

Color Harmonies of #AF9AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9AB7

Black with #AF9AB7

Text Example


Text Example

White with #AF9AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9AB7; }

 p { color: rgb(175,154,183); }

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

background-color css

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

 a { background-color: rgb(175,154,183); }

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

border-color css

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

 span { border-color: rgb(175,154,183); }

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