#A190C5

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

Shades of Cold Purple #A190C5

Tints of Cold Purple #A190C5

Color information

#A190C5 (or 0xA190C5) is unknown color: approx Cold Purple. HEX triplet: A1, 90 and C5. RGB value is (161,144,197). Sum of RGB (Red+Green+Blue) = 161+144+197=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 144 (56.64% from 255 or 28.69% from 502); Blue value is 197 (77.34% from 255 or 39.24% from 502); Max value from RGB is 197 - color contains mainly: blue. Hex color #A190C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190C5 is #5E6F3A. Grayscale: #9A9A9A. Windows color (decimal): -6188859 or 12947617. OLE color: 12947617.

HSL color Cylindrical-coordinate representation of color #A190C5: hue angle of 259.25º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A190C5 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB161144197-
CMYK0.180.2700.23
HSL259.25º31.36%66.86%-
HSV(B)259.25º26.9%77.25%-
XYZ34.7531.5557.08-
YUV155.12151.63132.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 144 (56.64% from 255) = 28.69%
BLUE value IS 197 (77.34% from 255) = 39.24%
R=32.07%
G=28.69%
B=39.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1611441970.180.2700.23259.2531.3666.86
HexA190C5121B0171031f43
Octal241220305223302740337103
Binary1010000110010000110001011001011011010111100000011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190C5; }

 p { color: rgb(161,144,197); }

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

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

 a { background-color: rgb(161,144,197); }

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

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

 span { border-color: rgb(161,144,197); }

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