#AA94DD

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

Shades of Biloba Flower #AA94DD

Tints of Biloba Flower #AA94DD

Color information

#AA94DD (or 0xAA94DD) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and DD. RGB value is (170,148,221). Sum of RGB (Red+Green+Blue) = 170+148+221=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 148 (58.20% from 255 or 27.46% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA94DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DD is #556B22. Grayscale: #A2A2A2. Windows color (decimal): -5597987 or 14521514. OLE color: 14521514.

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

Color convert

RGB170148221-
CMYK0.230.3300.13
HSL258.08º51.77%72.35%-
HSV(B)258.08º33.03%86.67%-
XYZ40.2234.9573.03-
YUV162.9160.79133.06-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.54%
GREEN value IS 148 (58.20% from 255) = 27.46%
BLUE value IS 221 (86.72% from 255) = 41.00%
R=31.54%
G=27.46%
B=41.00%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1701482210.230.3300.13258.0851.7772.35
HexAA94DD17210D1023448
Octal252224335274101540264110
Binary10101010100101001101110110111100001011011000000101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94DD; }

 p { color: rgb(170,148,221); }

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

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

 a { background-color: rgb(170,148,221); }

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

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

 span { border-color: rgb(170,148,221); }

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