#AE81EB

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

Shades of Biloba Flower #AE81EB

Tints of Biloba Flower #AE81EB

Color information

#AE81EB (or 0xAE81EB) is unknown color: approx Biloba Flower. HEX triplet: AE, 81 and EB. RGB value is (174,129,235). Sum of RGB (Red+Green+Blue) = 174+129+235=538 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.34% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #AE81EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AE81EB is #517E14. Grayscale: #9A9A9A. Windows color (decimal): -5340693 or 15434158. OLE color: 15434158.

HSL color Cylindrical-coordinate representation of color #AE81EB: hue angle of 265.47º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE81EB is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB174129235-
CMYK0.260.4500.08
HSL265.47º72.6%71.37%-
HSV(B)265.47º45.11%92.16%-
XYZ40.330.782.4-
YUV154.54173.41141.88-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 32.34%
GREEN value IS 129 (50.78% from 255) = 23.98%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=32.34%
G=23.98%
B=43.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1741292350.260.4500.08265.4772.671.37
HexAE81EB1A2D081094947
Octal2562013533255010411111107
Binary101011101000000111101011110101011010100010000100110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81EB; }

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

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

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

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

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

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

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

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