#A491DA

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

Shades of Biloba Flower #A491DA

Tints of Biloba Flower #A491DA

Color information

#A491DA (or 0xA491DA) is unknown color: approx Biloba Flower. HEX triplet: A4, 91 and DA. RGB value is (164,145,218). Sum of RGB (Red+Green+Blue) = 164+145+218=527 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.12% from 527); Green value is 145 (57.03% from 255 or 27.51% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #A491DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A491DA is #5B6E25. Grayscale: #9E9E9E. Windows color (decimal): -5991974 or 14324132. OLE color: 14324132.

HSL color Cylindrical-coordinate representation of color #A491DA: hue angle of 255.62º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A491DA is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB164145218-
CMYK0.250.3300.15
HSL255.62º49.66%71.18%-
HSV(B)255.62º33.49%85.49%-
XYZ38.0933.2170.73-
YUV159161.29131.56-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.12%
GREEN value IS 145 (57.03% from 255) = 27.51%
BLUE value IS 218 (85.55% from 255) = 41.37%
R=31.12%
G=27.51%
B=41.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1641452180.250.3300.15255.6249.6671.18
HexA491DA19210F1003247
Octal244221332314101740062107
Binary10100100100100011101101011001100001011111000000001100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A491DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A491DA; }

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

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

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

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

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

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

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

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