#AA93D2

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

Shades of Biloba Flower #AA93D2

Tints of Biloba Flower #AA93D2

Color information

#AA93D2 (or 0xAA93D2) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and D2. RGB value is (170,147,210). Sum of RGB (Red+Green+Blue) = 170+147+210=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 147 (57.81% from 255 or 27.89% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #AA93D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93D2 is #556C2D. Grayscale: #A0A0A0. Windows color (decimal): -5598254 or 13800362. OLE color: 13800362.

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

Color convert

RGB170147210-
CMYK0.190.3000.18
HSL261.9º41.18%70%-
HSV(B)261.9º30%82.35%-
XYZ38.6434.0765.51-
YUV161.06155.62134.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.26%
GREEN value IS 147 (57.81% from 255) = 27.89%
BLUE value IS 210 (82.42% from 255) = 39.85%
R=32.26%
G=27.89%
B=39.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1701472100.190.3000.18261.941.1870
HexAA93D2131E0121062946
Octal252223322233602240651106
Binary10101010100100111101001010011111100100101000001101010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93D2; }

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

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

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

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

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

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

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

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