#AE81DC

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

Shades of Biloba Flower #AE81DC

Tints of Biloba Flower #AE81DC

Color information

#AE81DC (or 0xAE81DC) is unknown color: approx Biloba Flower. HEX triplet: AE, 81 and DC. RGB value is (174,129,220). Sum of RGB (Red+Green+Blue) = 174+129+220=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 129 (50.78% from 255 or 24.67% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE81DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE81DC is #517E23. Grayscale: #989898. Windows color (decimal): -5340708 or 14451118. OLE color: 14451118.

HSL color Cylindrical-coordinate representation of color #AE81DC: hue angle of 269.67º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE81DC is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174129220-
CMYK0.210.4100.14
HSL269.67º56.52%68.43%-
HSV(B)269.67º41.36%86.27%-
XYZ38.2229.8771.46-
YUV152.83165.91143.1-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 129 (50.78% from 255) = 24.67%
BLUE value IS 220 (86.33% from 255) = 42.07%
R=33.27%
G=24.67%
B=42.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1741292200.210.4100.14269.6756.5268.43
HexAE81DC15290E10e3944
Octal256201334255101641671104
Binary10101110100000011101110010101101001011101000011101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE81DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE81DC; }

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

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

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

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

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

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

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

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