#AA94D7

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

Shades of Biloba Flower #AA94D7

Tints of Biloba Flower #AA94D7

Color information

#AA94D7 (or 0xAA94D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and D7. RGB value is (170,148,215). Sum of RGB (Red+Green+Blue) = 170+148+215=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 148 (58.20% from 255 or 27.77% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA94D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94D7 is #556B28. Grayscale: #A1A1A1. Windows color (decimal): -5597993 or 14128298. OLE color: 14128298.

HSL color Cylindrical-coordinate representation of color #AA94D7: hue angle of 259.7º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA94D7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170148215-
CMYK0.210.3100.16
HSL259.7º45.58%71.18%-
HSV(B)259.7º31.16%84.31%-
XYZ39.4334.6368.9-
YUV162.22157.79133.55-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 148 (58.20% from 255) = 27.77%
BLUE value IS 215 (84.38% from 255) = 40.34%
R=31.89%
G=27.77%
B=40.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701482150.210.3100.16259.745.5871.18
HexAA94D7151F0101042e47
Octal252224327253702040456107
Binary10101010100101001101011110101111110100001000001001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94D7; }

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

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

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

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

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

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

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

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