#AE96E4

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

Shades of Biloba Flower #AE96E4

Tints of Biloba Flower #AE96E4

Color information

#AE96E4 (or 0xAE96E4) is unknown color: approx Biloba Flower. HEX triplet: AE, 96 and E4. RGB value is (174,150,228). Sum of RGB (Red+Green+Blue) = 174+150+228=552 (73% of max value = 765). Red value is 174 (68.36% from 255 or 31.52% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 228 (89.45% from 255 or 41.30% from 552); Max value from RGB is 228 - color contains mainly: blue. Hex color #AE96E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE96E4 is #51691B. Grayscale: #A5A5A5. Windows color (decimal): -5335324 or 14980782. OLE color: 14980782.

HSL color Cylindrical-coordinate representation of color #AE96E4: hue angle of 258.46º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE96E4 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB174150228-
CMYK0.240.3400.11
HSL258.46º59.09%74.12%-
HSV(B)258.46º34.21%89.41%-
XYZ42.3736.4178.19-
YUV166.07162.95133.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 31.52%
GREEN value IS 150 (58.98% from 255) = 27.17%
BLUE value IS 228 (89.45% from 255) = 41.30%
R=31.52%
G=27.17%
B=41.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1741502280.240.3400.11258.4659.0974.12
HexAE96E418220B1023b4a
Octal256226344304201340273112
Binary10101110100101101110010011000100010010111000000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE96E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE96E4; }

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

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

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

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

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

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

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

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