#AA98E1

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

Shades of Biloba Flower #AA98E1

Tints of Biloba Flower #AA98E1

Color information

#AA98E1 (or 0xAA98E1) is unknown color: approx Biloba Flower. HEX triplet: AA, 98 and E1. RGB value is (170,152,225). Sum of RGB (Red+Green+Blue) = 170+152+225=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 152 (59.77% from 255 or 27.79% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA98E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA98E1 is #55671E. Grayscale: #A5A5A5. Windows color (decimal): -5596959 or 14784682. OLE color: 14784682.

HSL color Cylindrical-coordinate representation of color #AA98E1: hue angle of 254.79º degrees, saturation: 0.55, 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 #AA98E1 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB170152225-
CMYK0.240.3200.12
HSL254.79º54.89%73.92%-
HSV(B)254.79º32.44%88.24%-
XYZ41.436.4476.09-
YUV165.7161.46131.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 152 (59.77% from 255) = 27.79%
BLUE value IS 225 (88.28% from 255) = 41.13%
R=31.08%
G=27.79%
B=41.13%

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
Decimal1701522250.240.3200.12254.7954.8973.92
HexAA98E118200Cff374a
Octal252230341304001437767112
Binary1010101010011000111000011100010000001100111111111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA98E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA98E1; }

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

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

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

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

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

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

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

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