#A191DA

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

Shades of Biloba Flower #A191DA

Tints of Biloba Flower #A191DA

Color information

#A191DA (or 0xA191DA) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and DA. RGB value is (161,145,218). Sum of RGB (Red+Green+Blue) = 161+145+218=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A191DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191DA is #5E6E25. Grayscale: #9D9D9D. Windows color (decimal): -6188582 or 14324129. OLE color: 14324129.

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

Color convert

RGB161145218-
CMYK0.260.3300.15
HSL253.15º49.66%71.18%-
HSV(B)253.15º33.49%85.49%-
XYZ37.4832.8970.7-
YUV158.11161.8130.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 145 (57.03% from 255) = 27.67%
BLUE value IS 218 (85.55% from 255) = 41.60%
R=30.73%
G=27.67%
B=41.60%

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
Decimal1611452180.260.3300.15253.1549.6671.18
HexA191DA1A210Ffd3247
Octal241221332324101737562107
Binary1010000110010001110110101101010000101111111111011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191DA; }

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

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

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

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

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

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

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

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