#A291DA

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

Shades of Biloba Flower #A291DA

Tints of Biloba Flower #A291DA

Color information

#A291DA (or 0xA291DA) is unknown color: approx Biloba Flower. HEX triplet: A2, 91 and DA. RGB value is (162,145,218). Sum of RGB (Red+Green+Blue) = 162+145+218=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #A291DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291DA is #5D6E25. Grayscale: #9E9E9E. Windows color (decimal): -6123046 or 14324130. OLE color: 14324130.

HSL color Cylindrical-coordinate representation of color #A291DA: hue angle of 253.97º 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 #A291DA is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB162145218-
CMYK0.260.3300.15
HSL253.97º49.66%71.18%-
HSV(B)253.97º33.49%85.49%-
XYZ37.6832.9970.71-
YUV158.4161.63130.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 218 (85.55% from 255) = 41.52%
R=30.86%
G=27.62%
B=41.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1621452180.260.3300.15253.9749.6671.18
HexA291DA1A210Ffe3247
Octal242221332324101737662107
Binary1010001010010001110110101101010000101111111111101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A291DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A291DA; }

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

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

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

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

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

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

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

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