#AA95D6

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

Shades of Biloba Flower #AA95D6

Tints of Biloba Flower #AA95D6

Color information

#AA95D6 (or 0xAA95D6) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and D6. RGB value is (170,149,214). Sum of RGB (Red+Green+Blue) = 170+149+214=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 214 (83.98% from 255 or 40.15% from 533); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA95D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95D6 is #556A29. Grayscale: #A2A2A2. Windows color (decimal): -5597738 or 14063018. OLE color: 14063018.

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

Color convert

RGB170149214-
CMYK0.210.3000.16
HSL259.38º44.22%71.18%-
HSV(B)259.38º30.37%83.92%-
XYZ39.4634.968.27-
YUV162.69156.96133.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 31.89%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 214 (83.98% from 255) = 40.15%
R=31.89%
G=27.95%
B=40.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1701492140.210.3000.16259.3844.2271.18
HexAA95D6151E0101032c47
Octal252225326253602040354107
Binary10101010100101011101011010101111100100001000000111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95D6; }

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

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

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

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

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

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

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

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