#AA93DC

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

Shades of Biloba Flower #AA93DC

Tints of Biloba Flower #AA93DC

Color information

#AA93DC (or 0xAA93DC) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and DC. RGB value is (170,147,220). Sum of RGB (Red+Green+Blue) = 170+147+220=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA93DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DC is #556C23. Grayscale: #A1A1A1. Windows color (decimal): -5598244 or 14455722. OLE color: 14455722.

HSL color Cylindrical-coordinate representation of color #AA93DC: hue angle of 258.9º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AA93DC is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170147220-
CMYK0.230.3300.14
HSL258.9º51.05%71.96%-
HSV(B)258.9º33.18%86.27%-
XYZ39.9334.5872.28-
YUV162.2160.62133.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.66%
GREEN value IS 147 (57.81% from 255) = 27.37%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=31.66%
G=27.37%
B=40.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701472200.230.3300.14258.951.0571.96
HexAA93DC17210E1033348
Octal252223334274101640363110
Binary10101010100100111101110010111100001011101000000111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA93DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA93DC; }

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

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

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

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

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

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

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

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