#AE97B2

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

Shades of Chatelle #AE97B2

Tints of Chatelle #AE97B2

Color information

#AE97B2 (or 0xAE97B2) is unknown color: approx Chatelle. HEX triplet: AE, 97 and B2. RGB value is (174,151,178). Sum of RGB (Red+Green+Blue) = 174+151+178=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 151 (59.38% from 255 or 30.02% from 503); Blue value is 178 (69.92% from 255 or 35.39% from 503); Max value from RGB is 178 - color contains mainly: blue. Hex color #AE97B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE97B2 is #51684D. Grayscale: #A0A0A0. Windows color (decimal): -5335118 or 11704238. OLE color: 11704238.

HSL color Cylindrical-coordinate representation of color #AE97B2: hue angle of 291.11º degrees, saturation: 0.15, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AE97B2 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB174151178-
CMYK0.020.1500.30
HSL291.11º14.92%64.51%-
HSV(B)291.11º15.17%69.8%-
XYZ36.5634.3546.82-
YUV160.96137.62137.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.59%
GREEN value IS 151 (59.38% from 255) = 30.02%
BLUE value IS 178 (69.92% from 255) = 35.39%
R=34.59%
G=30.02%
B=35.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1741511780.020.1500.30291.1114.9264.51
HexAE97B22F01E123f41
Octal25622726221703644317101
Binary10101110100101111011001010111101111010010001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE97B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE97B2; }

 p { color: rgb(174,151,178); }

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

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

 a { background-color: rgb(174,151,178); }

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

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

 span { border-color: rgb(174,151,178); }

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