#AE82DB

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

Shades of Biloba Flower #AE82DB

Tints of Biloba Flower #AE82DB

Color information

#AE82DB (or 0xAE82DB) is unknown color: approx Biloba Flower. HEX triplet: AE, 82 and DB. RGB value is (174,130,219). Sum of RGB (Red+Green+Blue) = 174+130+219=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE82DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AE82DB is #517D24. Grayscale: #989898. Windows color (decimal): -5340453 or 14385838. OLE color: 14385838.

HSL color Cylindrical-coordinate representation of color #AE82DB: hue angle of 269.66º degrees, saturation: 0.55, 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 #AE82DB is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB174130219-
CMYK0.210.4100.14
HSL269.66º55.28%68.43%-
HSV(B)269.66º40.64%85.88%-
XYZ38.2230.0870.81-
YUV153.3165.08142.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 33.27%
GREEN value IS 130 (51.17% from 255) = 24.86%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=33.27%
G=24.86%
B=41.87%

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
Decimal1741302190.210.4100.14269.6655.2868.43
HexAE82DB15290E10e3744
Octal256202333255101641667104
Binary10101110100000101101101110101101001011101000011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE82DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE82DB; }

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

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

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

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

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

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

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

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