#AA98D9

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

Shades of Biloba Flower #AA98D9

Tints of Biloba Flower #AA98D9

Color information

#AA98D9 (or 0xAA98D9) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and D9. RGB value is (170,152,217). Sum of RGB (Red+Green+Blue) = 170+152+217=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 152 (59.77% from 255 or 28.20% from 539); Blue value is 217 (85.16% from 255 or 40.26% from 539); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA98D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98D9 is #556726. Grayscale: #A4A4A4. Windows color (decimal): -5596967 or 14260394. OLE color: 14260394.

HSL color Cylindrical-coordinate representation of color #AA98D9: hue angle of 256.62º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA98D9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170152217-
CMYK0.220.3000.15
HSL256.62º46.1%72.35%-
HSV(B)256.62º29.95%85.1%-
XYZ40.3336.0170.47-
YUV164.79157.46131.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 152 (59.77% from 255) = 28.20%
BLUE value IS 217 (85.16% from 255) = 40.26%
R=31.54%
G=28.20%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701522170.220.3000.15256.6246.172.35
HexAA98D9161E0F1012e48
Octal252230331263601740156110
Binary1010101010011000110110011011011110011111000000011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98D9; }

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

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

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

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

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

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

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

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