#AA98EB

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

Shades of Biloba Flower #AA98EB

Tints of Biloba Flower #AA98EB

Color information

#AA98EB (or 0xAA98EB) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and EB. RGB value is (170,152,235). Sum of RGB (Red+Green+Blue) = 170+152+235=557 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.52% from 557); Green value is 152 (59.77% from 255 or 27.29% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #AA98EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA98EB is #556714. Grayscale: #A6A6A6. Windows color (decimal): -5596949 or 15440042. OLE color: 15440042.

HSL color Cylindrical-coordinate representation of color #AA98EB: hue angle of 253.01º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AA98EB is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB170152235-
CMYK0.280.3500.08
HSL253.01º67.48%75.88%-
HSV(B)253.01º35.32%92.16%-
XYZ42.83783.48-
YUV166.84166.46130.25-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.52%
GREEN value IS 152 (59.77% from 255) = 27.29%
BLUE value IS 235 (92.19% from 255) = 42.19%
R=30.52%
G=27.29%
B=42.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701522350.280.3500.08253.0167.4875.88
HexAA98EB1C2308fd434c
Octal2522303533443010375103114
Binary10101010100110001110101111100100011010001111110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98EB; }

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

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

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

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

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

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

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

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