#A191D1

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

Shades of Biloba Flower #A191D1

Tints of Biloba Flower #A191D1

Color information

#A191D1 (or 0xA191D1) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and D1. RGB value is (161,145,209). Sum of RGB (Red+Green+Blue) = 161+145+209=515 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.26% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #A191D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D1 is #5E6E2E. Grayscale: #9C9C9C. Windows color (decimal): -6188591 or 13734305. OLE color: 13734305.

HSL color Cylindrical-coordinate representation of color #A191D1: hue angle of 255º 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 #A191D1 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161145209-
CMYK0.230.3100.18
HSL255º41.03%69.41%-
HSV(B)255º30.62%81.96%-
XYZ36.3332.4364.67-
YUV157.08157.3130.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.26%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 209 (82.03% from 255) = 40.58%
R=31.26%
G=28.16%
B=40.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611452090.230.3100.1825541.0369.41
HexA191D1171F012ff2945
Octal241221321273702237751105
Binary1010000110010001110100011011111111010010111111111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191D1; }

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

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

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

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

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

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

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

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