#AA94DE

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

Shades of Biloba Flower #AA94DE

Tints of Biloba Flower #AA94DE

Color information

#AA94DE (or 0xAA94DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 94 and DE. RGB value is (170,148,222). Sum of RGB (Red+Green+Blue) = 170+148+222=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA94DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA94DE is #556B21. Grayscale: #A2A2A2. Windows color (decimal): -5597986 or 14587050. OLE color: 14587050.

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

Color convert

RGB170148222-
CMYK0.230.3300.13
HSL257.84º52.86%72.55%-
HSV(B)257.84º33.33%87.06%-
XYZ40.353573.74-
YUV163.01161.29132.98-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.48%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=31.48%
G=27.41%
B=41.11%

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
Decimal1701482220.230.3300.13257.8452.8672.55
HexAA94DE17210D1023549
Octal252224336274101540265111
Binary10101010100101001101111010111100001011011000000101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA94DE; }

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

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

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

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

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

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

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

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