#AE9FBA

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

Shades of Chatelle #AE9FBA

Tints of Chatelle #AE9FBA

Color information

#AE9FBA (or 0xAE9FBA) is unknown color: approx Chatelle. HEX triplet: AE, 9F and BA. RGB value is (174,159,186). Sum of RGB (Red+Green+Blue) = 174+159+186=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 159 (62.5% from 255 or 30.64% 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 #AE9FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE9FBA is #516045. Grayscale: #A6A6A6. Windows color (decimal): -5333062 or 12230574. OLE color: 12230574.

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

Color convert

RGB174159186-
CMYK0.060.1500.27
HSL273.33º16.36%67.65%-
HSV(B)273.33º14.52%72.94%-
XYZ38.7237.3451.62-
YUV166.56138.97133.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.53%
GREEN value IS 159 (62.5% from 255) = 30.64%
BLUE value IS 186 (73.05% from 255) = 35.84%
R=33.53%
G=30.64%
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
Decimal1741591860.060.1500.27273.3316.3667.65
HexAE9FBA6F01B1111044
Octal25623727261703342120104
Binary1010111010011111101110101101111011011100010001100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE9FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE9FBA; }

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

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

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

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

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

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

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

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