#AA95D7

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

Shades of Biloba Flower #AA95D7

Tints of Biloba Flower #AA95D7

Color information

#AA95D7 (or 0xAA95D7) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and D7. RGB value is (170,149,215). Sum of RGB (Red+Green+Blue) = 170+149+215=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 215 (84.38% from 255 or 40.26% from 534); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA95D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95D7 is #556A28. Grayscale: #A2A2A2. Windows color (decimal): -5597737 or 14128554. OLE color: 14128554.

HSL color Cylindrical-coordinate representation of color #AA95D7: hue angle of 259.09º degrees, saturation: 0.45, 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 #AA95D7 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB170149215-
CMYK0.210.3100.16
HSL259.09º45.21%71.37%-
HSV(B)259.09º30.7%84.31%-
XYZ39.5934.9568.95-
YUV162.8157.46133.13-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.84%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 215 (84.38% from 255) = 40.26%
R=31.84%
G=27.90%
B=40.26%

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
Decimal1701492150.210.3100.16259.0945.2171.37
HexAA95D7151F0101032d47
Octal252225327253702040355107
Binary10101010100101011101011110101111110100001000000111011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95D7; }

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

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

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

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

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

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

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

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