#AA97DC

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

Shades of Biloba Flower #AA97DC

Tints of Biloba Flower #AA97DC

Color information

#AA97DC (or 0xAA97DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and DC. RGB value is (170,151,220). Sum of RGB (Red+Green+Blue) = 170+151+220=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 151 (59.38% from 255 or 27.91% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA97DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97DC is #556823. Grayscale: #A4A4A4. Windows color (decimal): -5597220 or 14456746. OLE color: 14456746.

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

Color convert

RGB170151220-
CMYK0.230.3100.14
HSL256.52º49.64%72.75%-
HSV(B)256.52º31.36%86.27%-
XYZ40.5635.8572.49-
YUV164.55159.29131.89-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 151 (59.38% from 255) = 27.91%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=31.42%
G=27.91%
B=40.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701512200.230.3100.14256.5249.6472.75
HexAA97DC171F0E1013249
Octal252227334273701640162111
Binary1010101010010111110111001011111111011101000000011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97DC; }

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

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

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

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

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

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

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

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