#AA98F8

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

Shades of Biloba Flower #AA98F8

Tints of Biloba Flower #AA98F8

Color information

#AA98F8 (or 0xAA98F8) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and F8. RGB value is (170,152,248). Sum of RGB (Red+Green+Blue) = 170+152+248=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 248 (97.27% from 255 or 43.51% from 570); Max value from RGB is 248 - color contains mainly: blue. Hex color #AA98F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98F8 is #556707. Grayscale: #A7A7A7. Windows color (decimal): -5596936 or 16292010. OLE color: 16292010.

HSL color Cylindrical-coordinate representation of color #AA98F8: hue angle of 251.25º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA98F8 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB170152248-
CMYK0.310.3900.03
HSL251.25º87.27%78.43%-
HSV(B)251.25º38.71%97.25%-
XYZ44.7537.7893.74-
YUV168.33172.96129.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 29.82%
GREEN value IS 152 (59.77% from 255) = 26.67%
BLUE value IS 248 (97.27% from 255) = 43.51%
R=29.82%
G=26.67%
B=43.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1701522480.310.3900.03251.2587.2778.43
HexAA98F81F2703fb574e
Octal252230370374703373127116
Binary101010101001100011111000111111001110111111101110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98F8; }

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

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

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

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

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

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

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

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