#AA97EA

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

Shades of Biloba Flower #AA97EA

Tints of Biloba Flower #AA97EA

Color information

#AA97EA (or 0xAA97EA) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and EA. RGB value is (170,151,234). Sum of RGB (Red+Green+Blue) = 170+151+234=555 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.63% from 555); Green value is 151 (59.38% from 255 or 27.21% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA97EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA97EA is #556815. Grayscale: #A5A5A5. Windows color (decimal): -5597206 or 15374250. OLE color: 15374250.

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

Color convert

RGB170151234-
CMYK0.270.3500.08
HSL253.73º66.4%75.49%-
HSV(B)253.73º35.47%91.76%-
XYZ42.536.6282.67-
YUV166.14166.29130.75-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.63%
GREEN value IS 151 (59.38% from 255) = 27.21%
BLUE value IS 234 (91.80% from 255) = 42.16%
R=30.63%
G=27.21%
B=42.16%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1701512340.270.3500.08253.7366.475.49
HexAA97EA1B2308fe424b
Octal2522273523343010376102113
Binary10101010100101111110101011011100011010001111111010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97EA; }

 p { color: rgb(170,151,234); }

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

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

 a { background-color: rgb(170,151,234); }

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

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

 span { border-color: rgb(170,151,234); }

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