#AA85DA

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

Shades of Biloba Flower #AA85DA

Tints of Biloba Flower #AA85DA

Color information

#AA85DA (or 0xAA85DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and DA. RGB value is (170,133,218). Sum of RGB (Red+Green+Blue) = 170+133+218=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA85DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DA is #557A25. Grayscale: #999999. Windows color (decimal): -5601830 or 14321066. OLE color: 14321066.

HSL color Cylindrical-coordinate representation of color #AA85DA: hue angle of 266.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA85DA is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170133218-
CMYK0.220.3900.15
HSL266.12º53.46%68.82%-
HSV(B)266.12º38.99%85.49%-
XYZ37.6230.3870.21-
YUV153.75164.26139.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 133 (52.34% from 255) = 25.53%
BLUE value IS 218 (85.55% from 255) = 41.84%
R=32.63%
G=25.53%
B=41.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701332180.220.3900.15266.1253.4668.82
HexAA85DA16270F10a3545
Octal252205332264701741265105
Binary10101010100001011101101010110100111011111000010101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85DA; }

 p { color: rgb(170,133,218); }

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

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

 a { background-color: rgb(170,133,218); }

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

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

 span { border-color: rgb(170,133,218); }

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