#A190BD

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

Shades of Cold Purple #A190BD

Tints of Cold Purple #A190BD

Color information

#A190BD (or 0xA190BD) is unknown color: approx Cold Purple. HEX triplet: A1, 90 and BD. RGB value is (161,144,189). Sum of RGB (Red+Green+Blue) = 161+144+189=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 189 - color contains mainly: blue. Hex color #A190BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190BD is #5E6F42. Grayscale: #9A9A9A. Windows color (decimal): -6188867 or 12423329. OLE color: 12423329.

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

Color convert

RGB161144189-
CMYK0.150.2400.26
HSL262.67º25.42%65.29%-
HSV(B)262.67º23.81%74.12%-
XYZ33.8631.252.38-
YUV154.21147.63132.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 189 (74.22% from 255) = 38.26%
R=32.59%
G=29.15%
B=38.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611441890.150.2400.26262.6725.4265.29
HexA190BDF1801A1071941
Octal241220275173003240731101
Binary101000011001000010111101111111000011010100000111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190BD; }

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

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

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

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

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

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

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

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