#AA7FDB

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

Shades of Biloba Flower #AA7FDB

Tints of Biloba Flower #AA7FDB

Color information

#AA7FDB (or 0xAA7FDB) is unknown color: approx Biloba Flower. HEX triplet: AA, 7F and DB. RGB value is (170,127,219). Sum of RGB (Red+Green+Blue) = 170+127+219=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 127 (50% from 255 or 24.61% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA7FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FDB is #558024. Grayscale: #969696. Windows color (decimal): -5603365 or 14385066. OLE color: 14385066.

HSL color Cylindrical-coordinate representation of color #AA7FDB: hue angle of 268.04º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7FDB is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170127219-
CMYK0.220.4200.14
HSL268.04º56.1%67.84%-
HSV(B)268.04º42.01%85.88%-
XYZ36.9528.8470.64-
YUV150.34166.75142.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.95%
GREEN value IS 127 (50% from 255) = 24.61%
BLUE value IS 219 (85.94% from 255) = 42.44%
R=32.95%
G=24.61%
B=42.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701272190.220.4200.14268.0456.167.84
HexAA7FDB162A0E10c3844
Octal252177333265201641470104
Binary1010101011111111101101110110101010011101000011001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7FDB; }

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

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

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

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

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

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

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

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