#AA93D3

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

Shades of Biloba Flower #AA93D3

Tints of Biloba Flower #AA93D3

Color information

#AA93D3 (or 0xAA93D3) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and D3. RGB value is (170,147,211). Sum of RGB (Red+Green+Blue) = 170+147+211=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 147 (57.81% from 255 or 27.84% from 528); Blue value is 211 (82.81% from 255 or 39.96% from 528); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA93D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93D3 is #556C2C. Grayscale: #A0A0A0. Windows color (decimal): -5598253 or 13865898. OLE color: 13865898.

HSL color Cylindrical-coordinate representation of color #AA93D3: hue angle of 261.56º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AA93D3 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB170147211-
CMYK0.190.3000.17
HSL261.56º42.11%70.2%-
HSV(B)261.56º30.33%82.75%-
XYZ38.7734.1266.17-
YUV161.17156.12134.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.20%
GREEN value IS 147 (57.81% from 255) = 27.84%
BLUE value IS 211 (82.81% from 255) = 39.96%
R=32.20%
G=27.84%
B=39.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1701472110.190.3000.17261.5642.1170.2
HexAA93D3131E0111062a46
Octal252223323233602140652106
Binary10101010100100111101001110011111100100011000001101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93D3; }

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

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

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

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

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

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

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

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