#AF9EBA

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

Shades of Chatelle #AF9EBA

Tints of Chatelle #AF9EBA

Color information

#AF9EBA (or 0xAF9EBA) is unknown color: approx Chatelle. HEX triplet: AF, 9E and BA. RGB value is (175,158,186). Sum of RGB (Red+Green+Blue) = 175+158+186=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 158 (62.11% from 255 or 30.44% from 519); Blue value is 186 (73.05% from 255 or 35.84% from 519); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF9EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9EBA is #506145. Grayscale: #A6A6A6. Windows color (decimal): -5267782 or 12230319. OLE color: 12230319.

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

Color convert

RGB175158186-
CMYK0.060.1500.27
HSL276.43º16.87%67.45%-
HSV(B)276.43º15.05%72.94%-
XYZ38.7737.1151.57-
YUV166.28139.13134.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 158 (62.11% from 255) = 30.44%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=33.72%
G=30.44%
B=35.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751581860.060.1500.27276.4316.8767.45
HexAF9EBA6F01B1141143
Octal25723627261703342421103
Binary1010111110011110101110101101111011011100010100100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9EBA; }

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

 H1.HeaderClassName
 {
   color: #AF9EBA;
 }
 .AnyTagClassName
 {
   color: #AF9EBA;
 }
</style>
background-color css

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

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

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

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

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

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