#AF9EBB

Color #AF9EBB Chatelle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chatelle #AF9EBB

Tints of Chatelle #AF9EBB

Color information

#AF9EBB (or 0xAF9EBB) is unknown color: approx 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

RGB175158187-
CMYK0.060.1600.27
HSL275.17º17.58%67.65%-
HSV(B)275.17º15.51%73.33%-
XYZ38.8837.1652.14-
YUV166.39139.63134.14-

RGB Variations

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

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 (Cyan) values IS 0.06
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751581870.060.1600.27275.1717.5867.65
HexAF9EBB61001B1131244
Octal25723627362003342322104
Binary10101111100111101011101111010000011011100010011100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>