#AA85DF

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

Shades of Biloba Flower #AA85DF

Tints of Biloba Flower #AA85DF

Color information

#AA85DF (or 0xAA85DF) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and DF. RGB value is (170,133,223). Sum of RGB (Red+Green+Blue) = 170+133+223=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 133 (52.34% from 255 or 25.29% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA85DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DF is #557A20. Grayscale: #9A9A9A. Windows color (decimal): -5601825 or 14648746. OLE color: 14648746.

HSL color Cylindrical-coordinate representation of color #AA85DF: hue angle of 264.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA85DF is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170133223-
CMYK0.240.4000.13
HSL264.67º58.44%69.8%-
HSV(B)264.67º40.36%87.45%-
XYZ38.2830.6573.71-
YUV154.32166.76139.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.32%
GREEN value IS 133 (52.34% from 255) = 25.29%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=32.32%
G=25.29%
B=42.40%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701332230.240.4000.13264.6758.4469.8
HexAA85DF18280D1093a46
Octal252205337305001541172106
Binary10101010100001011101111111000101000011011000010011110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85DF; }

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

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

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

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

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

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

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

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