#AA98E3

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

Shades of Biloba Flower #AA98E3

Tints of Biloba Flower #AA98E3

Color information

#AA98E3 (or 0xAA98E3) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and E3. RGB value is (170,152,227). Sum of RGB (Red+Green+Blue) = 170+152+227=549 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.97% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 227 (89.06% from 255 or 41.35% from 549); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA98E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98E3 is #55671C. Grayscale: #A5A5A5. Windows color (decimal): -5596957 or 14915754. OLE color: 14915754.

HSL color Cylindrical-coordinate representation of color #AA98E3: hue angle of 254.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA98E3 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170152227-
CMYK0.250.3300.11
HSL254.4º57.25%74.31%-
HSV(B)254.4º33.04%89.02%-
XYZ41.6736.5577.53-
YUV165.93162.46130.9-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.97%
GREEN value IS 152 (59.77% from 255) = 27.69%
BLUE value IS 227 (89.06% from 255) = 41.35%
R=30.97%
G=27.69%
B=41.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1701522270.250.3300.11254.457.2574.31
HexAA98E319210Bfe394a
Octal252230343314101337671112
Binary1010101010011000111000111100110000101011111111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98E3; }

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

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

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

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

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

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

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

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