#AE9FB5

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

Shades of Chatelle #AE9FB5

Tints of Chatelle #AE9FB5

Color information

#AE9FB5 (or 0xAE9FB5) is unknown color: approx Chatelle. HEX triplet: AE, 9F and B5. RGB value is (174,159,181). Sum of RGB (Red+Green+Blue) = 174+159+181=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 181 - color contains mainly: blue. Hex color #AE9FB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FB5 is #51604A. Grayscale: #A5A5A5. Windows color (decimal): -5333067 or 11902894. OLE color: 11902894.

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

Color convert

RGB174159181-
CMYK0.040.1200.29
HSL280.91º12.94%66.67%-
HSV(B)280.91º12.15%70.98%-
XYZ38.1937.1348.87-
YUV165.99136.47133.71-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.85%
GREEN value IS 159 (62.5% from 255) = 30.93%
BLUE value IS 181 (71.09% from 255) = 35.21%
R=33.85%
G=30.93%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741591810.040.1200.29280.9112.9466.67
HexAE9FB54C01D119d43
Octal25623726541403543115103
Binary101011101001111110110101100110001110110001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FB5; }

 p { color: rgb(174,159,181); }

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

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

 a { background-color: rgb(174,159,181); }

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

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

 span { border-color: rgb(174,159,181); }

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