#AA98F3

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

Shades of Biloba Flower #AA98F3

Tints of Biloba Flower #AA98F3

Color information

#AA98F3 (or 0xAA98F3) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and F3. RGB value is (170,152,243). Sum of RGB (Red+Green+Blue) = 170+152+243=565 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.09% from 565); Green value is 152 (59.77% from 255 or 26.90% from 565); Blue value is 243 (95.31% from 255 or 43.01% from 565); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA98F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98F3 is #55670C. Grayscale: #A7A7A7. Windows color (decimal): -5596941 or 15964330. OLE color: 15964330.

HSL color Cylindrical-coordinate representation of color #AA98F3: hue angle of 251.87º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AA98F3 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170152243-
CMYK0.300.3700.05
HSL251.87º79.13%77.45%-
HSV(B)251.87º37.45%95.29%-
XYZ43.9837.4789.71-
YUV167.76170.46129.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.09%
GREEN value IS 152 (59.77% from 255) = 26.90%
BLUE value IS 243 (95.31% from 255) = 43.01%
R=30.09%
G=26.90%
B=43.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1701522430.300.3700.05251.8779.1377.45
HexAA98F31E2505fc4f4d
Octal252230363364505374117115
Binary1010101010011000111100111111010010101011111110010011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98F3; }

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

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

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

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

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

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

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

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