#AA93C9

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

Shades of Biloba Flower #AA93C9

Tints of Biloba Flower #AA93C9

Color information

#AA93C9 (or 0xAA93C9) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and C9. RGB value is (170,147,201). Sum of RGB (Red+Green+Blue) = 170+147+201=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 201 (78.91% from 255 or 38.80% from 518); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA93C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93C9 is #556C36. Grayscale: #9F9F9F. Windows color (decimal): -5598263 or 13210538. OLE color: 13210538.

HSL color Cylindrical-coordinate representation of color #AA93C9: hue angle of 265.56º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AA93C9 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170147201-
CMYK0.150.2700.21
HSL265.56º33.33%68.24%-
HSV(B)265.56º26.87%78.82%-
XYZ37.5533.6359.77-
YUV160.03151.12135.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.82%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 201 (78.91% from 255) = 38.80%
R=32.82%
G=28.38%
B=38.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701472010.150.2700.21265.5633.3368.24
HexAA93C9F1B01510a2144
Octal252223311173302541241104
Binary1010101010010011110010011111110110101011000010101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93C9; }

 p { color: rgb(170,147,201); }

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

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

 a { background-color: rgb(170,147,201); }

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

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

 span { border-color: rgb(170,147,201); }

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