#AA94DA

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

Shades of Biloba Flower #AA94DA

Tints of Biloba Flower #AA94DA

Color information

#AA94DA (or 0xAA94DA) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and DA. RGB value is (170,148,218). Sum of RGB (Red+Green+Blue) = 170+148+218=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA94DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DA is #556B25. Grayscale: #A2A2A2. Windows color (decimal): -5597990 or 14324906. OLE color: 14324906.

HSL color Cylindrical-coordinate representation of color #AA94DA: hue angle of 258.86º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AA94DA is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB170148218-
CMYK0.220.3200.15
HSL258.86º48.61%71.76%-
HSV(B)258.86º32.11%85.49%-
XYZ39.8234.7970.95-
YUV162.56159.29133.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.72%
GREEN value IS 148 (58.20% from 255) = 27.61%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=31.72%
G=27.61%
B=40.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1701482180.220.3200.15258.8648.6171.76
HexAA94DA16200F1033148
Octal252224332264001740361110
Binary10101010100101001101101010110100000011111000000111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94DA; }

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

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

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

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

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

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

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

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