#AA95CA

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

Shades of Biloba Flower #AA95CA

Tints of Biloba Flower #AA95CA

Color information

#AA95CA (or 0xAA95CA) is unknown color: approx Biloba Flower. HEX triplet: AA, 95 and CA. RGB value is (170,149,202). Sum of RGB (Red+Green+Blue) = 170+149+202=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA95CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA95CA is #556A35. Grayscale: #A1A1A1. Windows color (decimal): -5597750 or 13276586. OLE color: 13276586.

HSL color Cylindrical-coordinate representation of color #AA95CA: hue angle of 263.77º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AA95CA is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB170149202-
CMYK0.160.2600.21
HSL263.77º33.33%68.82%-
HSV(B)263.77º26.24%79.22%-
XYZ37.9934.3160.5-
YUV161.32150.96134.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.63%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=32.63%
G=28.60%
B=38.77%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1701492020.160.2600.21263.7733.3368.82
HexAA95CA101A0151082145
Octal252225312203202541041105
Binary10101010100101011100101010000110100101011000010001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA95CA; }

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

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

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

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

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

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

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

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