#A991C6

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

Shades of Biloba Flower #A991C6

Tints of Biloba Flower #A991C6

Color information

#A991C6 (or 0xA991C6) is unknown color: approx Biloba Flower. HEX triplet: A9, 91 and C6. RGB value is (169,145,198). Sum of RGB (Red+Green+Blue) = 169+145+198=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 198 (77.73% from 255 or 38.67% from 512); Max value from RGB is 198 - color contains mainly: blue. Hex color #A991C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991C6 is #566E39. Grayscale: #9E9E9E. Windows color (decimal): -5664314 or 13013417. OLE color: 13013417.

HSL color Cylindrical-coordinate representation of color #A991C6: hue angle of 267.17º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A991C6 is Cyan = 0.15, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB169145198-
CMYK0.150.2700.22
HSL267.17º31.74%67.25%-
HSV(B)267.17º26.77%77.65%-
XYZ36.6832.7657.82-
YUV158.22150.45135.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.01%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 198 (77.73% from 255) = 38.67%
R=33.01%
G=28.32%
B=38.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1691451980.150.2700.22267.1731.7467.25
HexA991C6F1B01610b2043
Octal251221306173302641340103
Binary1010100110010001110001101111110110101101000010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A991C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A991C6; }

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

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

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

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

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

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

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

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