#AE96D2

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

Shades of Biloba Flower #AE96D2

Tints of Biloba Flower #AE96D2

Color information

#AE96D2 (or 0xAE96D2) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and D2. RGB value is (174,150,210). Sum of RGB (Red+Green+Blue) = 174+150+210=534 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.58% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 210 (82.42% from 255 or 39.33% from 534); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE96D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96D2 is #51692D. Grayscale: #A3A3A3. Windows color (decimal): -5335342 or 13801134. OLE color: 13801134.

HSL color Cylindrical-coordinate representation of color #AE96D2: hue angle of 264º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE96D2 is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB174150210-
CMYK0.170.2900.18
HSL264º40%70.59%-
HSV(B)264º28.57%82.35%-
XYZ39.9935.4665.71-
YUV164.02153.95135.12-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.58%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 210 (82.42% from 255) = 39.33%
R=32.58%
G=28.09%
B=39.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1741502100.170.2900.182644070.59
HexAE96D2111D0121082847
Octal256226322213502241050107
Binary10101110100101101101001010001111010100101000010001010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96D2; }

 p { color: rgb(174,150,210); }

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

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

 a { background-color: rgb(174,150,210); }

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

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

 span { border-color: rgb(174,150,210); }

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