#A190CE

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

Shades of Cold Purple #A190CE

Tints of Cold Purple #A190CE

Color information

#A190CE (or 0xA190CE) is unknown color: approx Cold Purple. HEX triplet: A1, 90 and CE. RGB value is (161,144,206). Sum of RGB (Red+Green+Blue) = 161+144+206=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A190CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190CE is #5E6F31. Grayscale: #9B9B9B. Windows color (decimal): -6188850 or 13537441. OLE color: 13537441.

HSL color Cylindrical-coordinate representation of color #A190CE: hue angle of 256.45º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A190CE is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB161144206-
CMYK0.220.3000.19
HSL256.45º38.75%68.63%-
HSV(B)256.45º30.1%80.78%-
XYZ35.8131.9862.68-
YUV156.15156.13131.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.51%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=31.51%
G=28.18%
B=40.31%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1611442060.220.3000.19256.4538.7568.63
HexA190CE161E0131002745
Octal241220316263602340047105
Binary10100001100100001100111010110111100100111000000001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A190CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A190CE; }

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

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

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

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

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

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

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

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