#A191D9

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

Shades of Biloba Flower #A191D9

Tints of Biloba Flower #A191D9

Color information

#A191D9 (or 0xA191D9) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and D9. RGB value is (161,145,217). Sum of RGB (Red+Green+Blue) = 161+145+217=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #A191D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D9 is #5E6E26. Grayscale: #9D9D9D. Windows color (decimal): -6188583 or 14258593. OLE color: 14258593.

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

Color convert

RGB161145217-
CMYK0.260.3300.15
HSL253.33º48.65%70.98%-
HSV(B)253.33º33.18%85.1%-
XYZ37.3532.8470.02-
YUV157.99161.3130.15-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=30.78%
G=27.72%
B=41.49%

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
Decimal1611452170.260.3300.15253.3348.6570.98
HexA191D91A210Ffd3147
Octal241221331324101737561107
Binary1010000110010001110110011101010000101111111111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191D9; }

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

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

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

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

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

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

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

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