#AA98E9

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

Shades of Biloba Flower #AA98E9

Tints of Biloba Flower #AA98E9

Color information

#AA98E9 (or 0xAA98E9) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and E9. RGB value is (170,152,233). Sum of RGB (Red+Green+Blue) = 170+152+233=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 152 (59.77% from 255 or 27.39% from 555); Blue value is 233 (91.41% from 255 or 41.98% from 555); Max value from RGB is 233 - color contains mainly: blue. Hex color #AA98E9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98E9 is #556716. Grayscale: #A6A6A6. Windows color (decimal): -5596951 or 15308970. OLE color: 15308970.

HSL color Cylindrical-coordinate representation of color #AA98E9: hue angle of 253.33º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA98E9 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB170152233-
CMYK0.270.3500.09
HSL253.33º64.8%75.49%-
HSV(B)253.33º34.76%91.37%-
XYZ42.5136.8981.97-
YUV166.62165.46130.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 152 (59.77% from 255) = 27.39%
BLUE value IS 233 (91.41% from 255) = 41.98%
R=30.63%
G=27.39%
B=41.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1701522330.270.3500.09253.3364.875.49
HexAA98E91B2309fd414b
Octal2522303513343011375101113
Binary10101010100110001110100111011100011010011111110110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98E9; }

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

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

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

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

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

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

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

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