#AA98F5

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

Shades of Biloba Flower #AA98F5

Tints of Biloba Flower #AA98F5

Color information

#AA98F5 (or 0xAA98F5) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and F5. RGB value is (170,152,245). Sum of RGB (Red+Green+Blue) = 170+152+245=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 152 (59.77% from 255 or 26.81% from 567); Blue value is 245 (96.09% from 255 or 43.21% from 567); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA98F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98F5 is #55670A. Grayscale: #A7A7A7. Windows color (decimal): -5596939 or 16095402. OLE color: 16095402.

HSL color Cylindrical-coordinate representation of color #AA98F5: hue angle of 251.61º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AA98F5 is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB170152245-
CMYK0.310.3800.04
HSL251.61º82.3%77.84%-
HSV(B)251.61º37.96%96.08%-
XYZ44.2937.691.31-
YUV167.98171.46129.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.98%
GREEN value IS 152 (59.77% from 255) = 26.81%
BLUE value IS 245 (96.09% from 255) = 43.21%
R=29.98%
G=26.81%
B=43.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1701522450.310.3800.04251.6182.377.84
HexAA98F51F2604fc524e
Octal252230365374604374122116
Binary1010101010011000111101011111110011001001111110010100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98F5; }

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

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

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

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

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

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

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

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