#AA95DE

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

Shades of Biloba Flower #AA95DE

Tints of Biloba Flower #AA95DE

Color information

#AA95DE (or 0xAA95DE) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and DE. RGB value is (170,149,222). Sum of RGB (Red+Green+Blue) = 170+149+222=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 149 (58.59% from 255 or 27.54% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA95DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95DE is #556A21. Grayscale: #A3A3A3. Windows color (decimal): -5597730 or 14587306. OLE color: 14587306.

HSL color Cylindrical-coordinate representation of color #AA95DE: hue angle of 257.26º 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 #AA95DE is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170149222-
CMYK0.230.3300.13
HSL257.26º52.52%72.75%-
HSV(B)257.26º32.88%87.06%-
XYZ40.5135.3173.79-
YUV163.6160.96132.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.42%
GREEN value IS 149 (58.59% from 255) = 27.54%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=31.42%
G=27.54%
B=41.04%

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
Decimal1701492220.230.3300.13257.2652.5272.75
HexAA95DE17210D1013549
Octal252225336274101540165111
Binary10101010100101011101111010111100001011011000000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95DE; }

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

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

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

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

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

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

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

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