#A191D8

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

Shades of Biloba Flower #A191D8

Tints of Biloba Flower #A191D8

Color information

#A191D8 (or 0xA191D8) is unknown color: approx Biloba Flower. HEX triplet: A1, 91 and D8. RGB value is (161,145,216). Sum of RGB (Red+Green+Blue) = 161+145+216=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 216 (84.77% from 255 or 41.38% from 522); Max value from RGB is 216 - color contains mainly: blue. Hex color #A191D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191D8 is #5E6E27. Grayscale: #9D9D9D. Windows color (decimal): -6188584 or 14193057. OLE color: 14193057.

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

Color convert

RGB161145216-
CMYK0.250.3300.15
HSL253.52º47.65%70.78%-
HSV(B)253.52º32.87%84.71%-
XYZ37.2232.7969.33-
YUV157.88160.8130.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 145 (57.03% from 255) = 27.78%
BLUE value IS 216 (84.77% from 255) = 41.38%
R=30.84%
G=27.78%
B=41.38%

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
Decimal1611452160.250.3300.15253.5247.6570.78
HexA191D819210Ffe3047
Octal241221330314101737660107
Binary1010000110010001110110001100110000101111111111101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191D8; }

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

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

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

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

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

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

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

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