#A491CE

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

Shades of Biloba Flower #A491CE

Tints of Biloba Flower #A491CE

Color information

#A491CE (or 0xA491CE) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and CE. RGB value is (164,145,206). Sum of RGB (Red+Green+Blue) = 164+145+206=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #A491CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491CE is #5B6E31. Grayscale: #9D9D9D. Windows color (decimal): -5991986 or 13537700. OLE color: 13537700.

HSL color Cylindrical-coordinate representation of color #A491CE: hue angle of 258.69º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A491CE is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164145206-
CMYK0.200.3000.19
HSL258.69º38.36%68.82%-
HSV(B)258.69º29.61%80.78%-
XYZ36.5832.662.76-
YUV157.64155.29132.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 206 (80.86% from 255) = 40%
R=31.84%
G=28.16%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641452060.200.3000.19258.6938.3668.82
HexA491CE141E0131032645
Octal244221316243602340346105
Binary10100100100100011100111010100111100100111000000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491CE; }

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

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

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

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

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

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

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

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