#AE81E1

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

Shades of Biloba Flower #AE81E1

Tints of Biloba Flower #AE81E1

Color information

#AE81E1 (or 0xAE81E1) is unknown color: approx Biloba Flower. HEX triplet: AE, 81 and E1. RGB value is (174,129,225). Sum of RGB (Red+Green+Blue) = 174+129+225=528 (69% of max value = 765). Red value is 174 (68.36% from 255 or 32.95% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE81E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81E1 is #517E1E. Grayscale: #999999. Windows color (decimal): -5340703 or 14778798. OLE color: 14778798.

HSL color Cylindrical-coordinate representation of color #AE81E1: hue angle of 268.12º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE81E1 is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB174129225-
CMYK0.230.4300.12
HSL268.12º61.54%69.41%-
HSV(B)268.12º42.67%88.24%-
XYZ38.930.1475-
YUV153.4168.41142.69-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.95%
GREEN value IS 129 (50.78% from 255) = 24.43%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=32.95%
G=24.43%
B=42.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1741292250.230.4300.12268.1261.5469.41
HexAE81E1172B0C10c3e45
Octal256201341275301441476105
Binary10101110100000011110000110111101011011001000011001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81E1; }

 p { color: rgb(174,129,225); }

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

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

 a { background-color: rgb(174,129,225); }

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

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

 span { border-color: rgb(174,129,225); }

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