#AA7FD9

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

Shades of Biloba Flower #AA7FD9

Tints of Biloba Flower #AA7FD9

Color information

#AA7FD9 (or 0xAA7FD9) is unknown color: approx Biloba Flower. HEX triplet: AA, 7F and D9. RGB value is (170,127,217). Sum of RGB (Red+Green+Blue) = 170+127+217=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 127 (50% from 255 or 24.71% from 514); Blue value is 217 (85.16% from 255 or 42.22% from 514); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA7FD9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FD9 is #558026. Grayscale: #959595. Windows color (decimal): -5603367 or 14253994. OLE color: 14253994.

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

Color convert

RGB170127217-
CMYK0.220.4100.15
HSL268.67º54.22%67.45%-
HSV(B)268.67º41.47%85.1%-
XYZ36.6928.7369.26-
YUV150.12165.75142.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.07%
GREEN value IS 127 (50% from 255) = 24.71%
BLUE value IS 217 (85.16% from 255) = 42.22%
R=33.07%
G=24.71%
B=42.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701272170.220.4100.15268.6754.2267.45
HexAA7FD916290F10d3643
Octal252177331265101741566103
Binary1010101011111111101100110110101001011111000011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FD9; }

 p { color: rgb(170,127,217); }

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

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

 a { background-color: rgb(170,127,217); }

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

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

 span { border-color: rgb(170,127,217); }

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