#A491D1

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

Shades of Biloba Flower #A491D1

Tints of Biloba Flower #A491D1

Color information

#A491D1 (or 0xA491D1) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and D1. RGB value is (164,145,209). Sum of RGB (Red+Green+Blue) = 164+145+209=518 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.66% from 518); Green value is 145 (57.03% from 255 or 27.99% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #A491D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491D1 is #5B6E2E. Grayscale: #9D9D9D. Windows color (decimal): -5991983 or 13734308. OLE color: 13734308.

HSL color Cylindrical-coordinate representation of color #A491D1: hue angle of 257.81º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A491D1 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164145209-
CMYK0.220.3100.18
HSL257.81º41.03%69.41%-
HSV(B)257.81º30.62%81.96%-
XYZ36.9432.7564.7-
YUV157.98156.79132.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.66%
GREEN value IS 145 (57.03% from 255) = 27.99%
BLUE value IS 209 (82.03% from 255) = 40.35%
R=31.66%
G=27.99%
B=40.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641452090.220.3100.18257.8141.0369.41
HexA491D1161F0121022945
Octal244221321263702240251105
Binary10100100100100011101000110110111110100101000000101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491D1; }

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

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

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

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

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

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

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

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