#AE82DA

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

Shades of Biloba Flower #AE82DA

Tints of Biloba Flower #AE82DA

Color information

#AE82DA (or 0xAE82DA) is unknown color: approx Biloba Flower. HEX triplet: AE, 82 and DA. RGB value is (174,130,218). Sum of RGB (Red+Green+Blue) = 174+130+218=522 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.33% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE82DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82DA is #517D25. Grayscale: #989898. Windows color (decimal): -5340454 or 14320302. OLE color: 14320302.

HSL color Cylindrical-coordinate representation of color #AE82DA: hue angle of 270º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE82DA is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB174130218-
CMYK0.200.4000.15
HSL270º54.32%68.24%-
HSV(B)270º40.37%85.49%-
XYZ38.0930.0370.12-
YUV153.19164.58142.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.33%
GREEN value IS 130 (51.17% from 255) = 24.90%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=33.33%
G=24.90%
B=41.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1741302180.200.4000.1527054.3268.24
HexAE82DA14280F10e3644
Octal256202332245001741666104
Binary10101110100000101101101010100101000011111000011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82DA; }

 p { color: rgb(174,130,218); }

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

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

 a { background-color: rgb(174,130,218); }

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

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

 span { border-color: rgb(174,130,218); }

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