Html Css Color HEX #AF9EBB Chatelle

📋 copy color: '#AF9EBB'

red 175 ◦ green 158 ◦ blue 187

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

Shades of Chatelle #AF9EBB

Tints of Chatelle #AF9EBB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.38%

 BLUE value IS 187 (73.44% from 255) = 35.96%

R = 33.65%
G = 30.38%
B = 35.96%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF9EBB (or 0xAF9EBB) is known color: Chatelle. HEX triplet: AF, 9E and BB. RGB value is (175,158,187). Sum of RGB (Red+Green+Blue) = 175+158+187=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 158 (62.11% from 255 or 30.38% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF9EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EBB is #506144. Grayscale: #A6A6A6. Windows color (decimal): -5267781 or 12295855. OLE color: 12295855.

HSL color Cylindrical-coordinate representation of color #AF9EBB: hue angle of 275.17º degrees, saturation: 0.18, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AF9EBB is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 158 187 -
CMYK 0.06 0.16 0 0.27
HSL 275.17º 0.18% 0.68% -
HSV(B) 275.17º 0.16% 0.73% -
XYZ 38.88 37.16 52.14 -
YUV 166.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 175 158 187 0.06 0.16 0 0.27 275.17 0.18 0.68
Hex AF 9E BB 6 10 0 1B 113 12 44
Octal 257 236 273 6 20 0 33 423 22 104
Binary 10101111 10011110 10111011 110 10000 0 11011 100010011 10010 1000100

Color Harmonies of #AF9EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9EBB

Black with #AF9EBB

Text Example


Text Example

White with #AF9EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9EBB; }

 p { color: rgb(175,158,187); }

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

background-color css

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

 a { background-color: rgb(175,158,187); }

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

border-color css

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

 span { border-color: rgb(175,158,187); }

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