#AA97E2

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

Shades of Biloba Flower #AA97E2

Tints of Biloba Flower #AA97E2

Color information

#AA97E2 (or 0xAA97E2) is unknown color: approx Biloba Flower. HEX triplet: AA, 97 and E2. RGB value is (170,151,226). Sum of RGB (Red+Green+Blue) = 170+151+226=547 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.08% from 547); Green value is 151 (59.38% from 255 or 27.61% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA97E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA97E2 is #55681D. Grayscale: #A4A4A4. Windows color (decimal): -5597214 or 14849962. OLE color: 14849962.

HSL color Cylindrical-coordinate representation of color #AA97E2: hue angle of 255.2º degrees, saturation: 0.56, 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 #AA97E2 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB170151226-
CMYK0.250.3300.11
HSL255.2º56.39%73.92%-
HSV(B)255.2º33.19%88.63%-
XYZ41.3736.1776.75-
YUV165.23162.29131.4-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.08%
GREEN value IS 151 (59.38% from 255) = 27.61%
BLUE value IS 226 (88.67% from 255) = 41.32%
R=31.08%
G=27.61%
B=41.32%

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
Decimal1701512260.250.3300.11255.256.3973.92
HexAA97E219210Bff384a
Octal252227342314101337770112
Binary1010101010010111111000101100110000101011111111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA97E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA97E2; }

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

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

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

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

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

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

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

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