#A190CA

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

Shades of Cold Purple #A190CA

Tints of Cold Purple #A190CA

Color information

#A190CA (or 0xA190CA) is unknown color: approx Cold Purple. HEX triplet: A1, 90 and CA. RGB value is (161,144,202). Sum of RGB (Red+Green+Blue) = 161+144+202=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #A190CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CA is #5E6F35. Grayscale: #9B9B9B. Windows color (decimal): -6188854 or 13275297. OLE color: 13275297.

HSL color Cylindrical-coordinate representation of color #A190CA: hue angle of 257.59º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A190CA is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB161144202-
CMYK0.200.2900.21
HSL257.59º35.37%67.84%-
HSV(B)257.59º28.71%79.22%-
XYZ35.3331.7960.15-
YUV155.69154.13131.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 202 (79.30% from 255) = 39.84%
R=31.76%
G=28.40%
B=39.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611442020.200.2900.21257.5935.3767.84
HexA190CA141D0151022344
Octal241220312243502540243104
Binary10100001100100001100101010100111010101011000000101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190CA; }

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

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

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

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

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

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

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

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