#AA87DC

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

Shades of Biloba Flower #AA87DC

Tints of Biloba Flower #AA87DC

Color information

#AA87DC (or 0xAA87DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 87 and DC. RGB value is (170,135,220). Sum of RGB (Red+Green+Blue) = 170+135+220=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 135 (53.12% from 255 or 25.71% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA87DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA87DC is #557823. Grayscale: #9A9A9A. Windows color (decimal): -5601316 or 14452650. OLE color: 14452650.

HSL color Cylindrical-coordinate representation of color #AA87DC: hue angle of 264.71º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA87DC is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170135220-
CMYK0.230.3900.14
HSL264.71º54.84%69.61%-
HSV(B)264.71º38.64%86.27%-
XYZ38.1631.0471.69-
YUV155.16164.6138.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.38%
GREEN value IS 135 (53.12% from 255) = 25.71%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=32.38%
G=25.71%
B=41.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701352200.230.3900.14264.7154.8469.61
HexAA87DC17270E1093746
Octal252207334274701641167106
Binary10101010100001111101110010111100111011101000010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA87DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA87DC; }

 p { color: rgb(170,135,220); }

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

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

 a { background-color: rgb(170,135,220); }

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

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

 span { border-color: rgb(170,135,220); }

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