#aa93db

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

Shades of Biloba Flower #AA93DB

Tints of Biloba Flower #AA93DB

Color information

#AA93DB (or 0xAA93DB) is unknown color: approx Biloba Flower. HEX triplet: AA, 93 and DB. RGB value is (170,147,219). Sum of RGB (Red+Green+Blue) = 170+147+219=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 147 (57.81% from 255 or 27.43% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA93DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA93DB is #556C24. Grayscale: #A1A1A1. Windows color (decimal): -5598245 or 14390186. OLE color: 14390186.

HSL color Cylindrical-coordinate representation of color #AA93DB: hue angle of 259.17º degrees, saturation: 0.5, 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 #AA93DB is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB170147219-
CMYK0.220.3300.14
HSL259.17º50%71.76%-
HSV(B)259.17º32.88%85.88%-
XYZ39.834.5371.58-
YUV162.08160.12133.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 147 (57.81% from 255) = 27.43%
BLUE value IS 219 (85.94% from 255) = 40.86%
R=31.72%
G=27.43%
B=40.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1701472190.220.3300.14259.175071.76
HexAA93DB16210E1033248
Octal252223333264101640362110
Binary10101010100100111101101110110100001011101000000111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa93db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa93db; }

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

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

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

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

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

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

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

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