#A191BE

Color #A191BE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #A191BE

Tints of Cold Purple #A191BE

Color information

#A191BE (or 0xA191BE) is unknown color: approx Cold Purple. HEX triplet: A1, 91 and BE. RGB value is (161,145,190). Sum of RGB (Red+Green+Blue) = 161+145+190=496 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.46% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A191BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191BE is #5E6E41. Grayscale: #9A9A9A. Windows color (decimal): -6188610 or 12489121. OLE color: 12489121.

HSL color Cylindrical-coordinate representation of color #A191BE: hue angle of 261.33º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A191BE is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB161145190-
CMYK0.150.2400.25
HSL261.33º25.71%65.69%-
HSV(B)261.33º23.68%74.51%-
XYZ34.1231.5553.01-
YUV154.91147.8132.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.46%
GREEN value IS 145 (57.03% from 255) = 29.23%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=32.46%
G=29.23%
B=38.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611451900.150.2400.25261.3325.7165.69
HexA191BEF180191051a42
Octal241221276173003140532102
Binary101000011001000110111110111111000011001100000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191BE; }

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

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

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

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

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

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

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

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