#AA85DE

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

Shades of Biloba Flower #AA85DE

Tints of Biloba Flower #AA85DE

Color information

#AA85DE (or 0xAA85DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 85 and DE. RGB value is (170,133,222). Sum of RGB (Red+Green+Blue) = 170+133+222=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA85DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA85DE is #557A21. Grayscale: #999999. Windows color (decimal): -5601826 or 14583210. OLE color: 14583210.

HSL color Cylindrical-coordinate representation of color #AA85DE: hue angle of 264.94º degrees, saturation: 0.57, 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 #AA85DE is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170133222-
CMYK0.230.4000.13
HSL264.94º57.42%69.61%-
HSV(B)264.94º40.09%87.06%-
XYZ38.1530.673-
YUV154.21166.26139.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=32.38%
G=25.33%
B=42.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701332220.230.4000.13264.9457.4269.61
HexAA85DE17280D1093946
Octal252205336275001541171106
Binary10101010100001011101111010111101000011011000010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA85DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA85DE; }

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

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

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

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

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

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

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

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