#A191C3

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

Shades of Cold Purple #A191C3

Tints of Cold Purple #A191C3

Color information

#A191C3 (or 0xA191C3) is unknown color: approx Cold Purple. HEX triplet: A1, 91 and C3. RGB value is (161,145,195). Sum of RGB (Red+Green+Blue) = 161+145+195=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #A191C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A191C3 is #5E6E3C. Grayscale: #9B9B9B. Windows color (decimal): -6188605 or 12816801. OLE color: 12816801.

HSL color Cylindrical-coordinate representation of color #A191C3: hue angle of 259.2º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A191C3 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161145195-
CMYK0.170.2600.24
HSL259.2º29.41%66.67%-
HSV(B)259.2º25.64%76.47%-
XYZ34.6731.7755.93-
YUV155.48150.3131.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.14%
GREEN value IS 145 (57.03% from 255) = 28.94%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=32.14%
G=28.94%
B=38.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611451950.170.2600.24259.229.4166.67
HexA191C3111A0181031d43
Octal241221303213203040335103
Binary1010000110010001110000111000111010011000100000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A191C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A191C3; }

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

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

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

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

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

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

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

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