#a491cb

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

Shades of Biloba Flower #A491CB

Tints of Biloba Flower #A491CB

Color information

#A491CB (or 0xA491CB) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and CB. RGB value is (164,145,203). Sum of RGB (Red+Green+Blue) = 164+145+203=512 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.03% from 512); Green value is 145 (57.03% from 255 or 28.32% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #A491CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491CB is #5B6E34. Grayscale: #9D9D9D. Windows color (decimal): -5991989 or 13341092. OLE color: 13341092.

HSL color Cylindrical-coordinate representation of color #A491CB: hue angle of 259.66º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A491CB is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB164145203-
CMYK0.190.2900.20
HSL259.66º35.8%68.24%-
HSV(B)259.66º28.57%79.61%-
XYZ36.2132.4660.86-
YUV157.29153.79132.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.03%
GREEN value IS 145 (57.03% from 255) = 28.32%
BLUE value IS 203 (79.69% from 255) = 39.65%
R=32.03%
G=28.32%
B=39.65%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641452030.190.2900.20259.6635.868.24
HexA491CB131D0141042444
Octal244221313233502440444104
Binary10100100100100011100101110011111010101001000001001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a491cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a491cb; }

 p { color: rgb(164,145,203); }

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

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

 a { background-color: rgb(164,145,203); }

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

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

 span { border-color: rgb(164,145,203); }

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