#A991CA

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

Shades of Biloba Flower #A991CA

Tints of Biloba Flower #A991CA

Color information

#A991CA (or 0xA991CA) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and CA. RGB value is (169,145,202). Sum of RGB (Red+Green+Blue) = 169+145+202=516 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.75% from 516); Green value is 145 (57.03% from 255 or 28.10% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #A991CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991CA is #566E35. Grayscale: #9E9E9E. Windows color (decimal): -5664310 or 13275561. OLE color: 13275561.

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

Color convert

RGB169145202-
CMYK0.160.2800.21
HSL265.26º34.97%68.04%-
HSV(B)265.26º28.22%79.22%-
XYZ37.1532.9560.28-
YUV158.67152.45135.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.75%
GREEN value IS 145 (57.03% from 255) = 28.10%
BLUE value IS 202 (79.30% from 255) = 39.15%
R=32.75%
G=28.10%
B=39.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691452020.160.2800.21265.2634.9768.04
HexA991CA101C0151092344
Octal251221312203402541143104
Binary10101001100100011100101010000111000101011000010011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991CA; }

 p { color: rgb(169,145,202); }

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

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

 a { background-color: rgb(169,145,202); }

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

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

 span { border-color: rgb(169,145,202); }

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