#AA91ED

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

Shades of Biloba Flower #AA91ED

Tints of Biloba Flower #AA91ED

Color information

#AA91ED (or 0xAA91ED) is unknown color: approx Biloba Flower. HEX triplet: AA, 91 and ED. RGB value is (170,145,237). Sum of RGB (Red+Green+Blue) = 170+145+237=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA91ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA91ED is #556E12. Grayscale: #A2A2A2. Windows color (decimal): -5598739 or 15569322. OLE color: 15569322.

HSL color Cylindrical-coordinate representation of color #AA91ED: hue angle of 256.3º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AA91ED is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB170145237-
CMYK0.280.3900.07
HSL256.3º71.88%74.9%-
HSV(B)256.3º38.82%92.94%-
XYZ41.9934.9184.65-
YUV162.96169.78133.02-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 30.80%
GREEN value IS 145 (57.03% from 255) = 26.27%
BLUE value IS 237 (92.97% from 255) = 42.93%
R=30.80%
G=26.27%
B=42.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1701452370.280.3900.07256.371.8874.9
HexAA91ED1C2707100484b
Octal252221355344707400110113
Binary10101010100100011110110111100100111011110000000010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA91ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA91ED; }

 p { color: rgb(170,145,237); }

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

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

 a { background-color: rgb(170,145,237); }

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

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

 span { border-color: rgb(170,145,237); }

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