#AA98E0

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

Shades of Biloba Flower #AA98E0

Tints of Biloba Flower #AA98E0

Color information

#AA98E0 (or 0xAA98E0) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and E0. RGB value is (170,152,224). Sum of RGB (Red+Green+Blue) = 170+152+224=546 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.14% from 546); Green value is 152 (59.77% from 255 or 27.84% from 546); Blue value is 224 (87.89% from 255 or 41.03% from 546); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA98E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98E0 is #55671F. Grayscale: #A5A5A5. Windows color (decimal): -5596960 or 14719146. OLE color: 14719146.

HSL color Cylindrical-coordinate representation of color #AA98E0: hue angle of 255º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA98E0 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170152224-
CMYK0.240.3200.12
HSL255º53.73%73.73%-
HSV(B)255º32.14%87.84%-
XYZ41.2636.3875.37-
YUV165.59160.96131.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.14%
GREEN value IS 152 (59.77% from 255) = 27.84%
BLUE value IS 224 (87.89% from 255) = 41.03%
R=31.14%
G=27.84%
B=41.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1701522240.240.3200.1225553.7373.73
HexAA98E018200Cff364a
Octal252230340304001437766112
Binary1010101010011000111000001100010000001100111111111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98E0; }

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

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

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

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

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

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

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

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