#AA98FC

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

Shades of Biloba Flower #AA98FC

Tints of Biloba Flower #AA98FC

Color information

#AA98FC (or 0xAA98FC) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and FC. RGB value is (170,152,252). Sum of RGB (Red+Green+Blue) = 170+152+252=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #AA98FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98FC is #556703. Grayscale: #A8A8A8. Windows color (decimal): -5596932 or 16554154. OLE color: 16554154.

HSL color Cylindrical-coordinate representation of color #AA98FC: hue angle of 250.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AA98FC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB170152252-
CMYK0.330.4000.01
HSL250.8º94.34%79.22%-
HSV(B)250.8º39.68%98.82%-
XYZ45.3838.0397.04-
YUV168.78174.96128.87-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.62%
GREEN value IS 152 (59.77% from 255) = 26.48%
BLUE value IS 252 (98.83% from 255) = 43.90%
R=29.62%
G=26.48%
B=43.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1701522520.330.4000.01250.894.3479.22
HexAA98FC212801fb5e4f
Octal252230374415001373136117
Binary101010101001100011111100100001101000011111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98FC; }

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

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

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

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

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

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

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

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