#A190BA

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

Shades of Cold Purple #A190BA

Tints of Cold Purple #A190BA

Color information

#A190BA (or 0xA190BA) is unknown color: approx Cold Purple. HEX triplet: A1, 90 and BA. RGB value is (161,144,186). Sum of RGB (Red+Green+Blue) = 161+144+186=491 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.79% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #A190BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BA is #5E6F45. Grayscale: #999999. Windows color (decimal): -6188870 or 12226721. OLE color: 12226721.

HSL color Cylindrical-coordinate representation of color #A190BA: hue angle of 264.29º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A190BA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB161144186-
CMYK0.130.2300.27
HSL264.29º23.33%64.71%-
HSV(B)264.29º22.58%72.94%-
XYZ33.5331.0750.68-
YUV153.87146.13133.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.79%
GREEN value IS 144 (56.64% from 255) = 29.33%
BLUE value IS 186 (73.05% from 255) = 37.88%
R=32.79%
G=29.33%
B=37.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611441860.130.2300.27264.2923.3364.71
HexA190BAD1701B1081741
Octal241220272152703341027101
Binary101000011001000010111010110110111011011100001000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190BA; }

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

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

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

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

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

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

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

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