#A193CA

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

Shades of Cold Purple #A193CA

Tints of Cold Purple #A193CA

Color information

#A193CA (or 0xA193CA) is unknown color: approx Cold Purple. HEX triplet: A1, 93 and CA. RGB value is (161,147,202). Sum of RGB (Red+Green+Blue) = 161+147+202=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #A193CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CA is #5E6C35. Grayscale: #9D9D9D. Windows color (decimal): -6188086 or 13276065. OLE color: 13276065.

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

Color convert

RGB161147202-
CMYK0.200.2700.21
HSL255.27º34.16%68.43%-
HSV(B)255.27º27.23%79.22%-
XYZ35.7932.7160.3-
YUV157.46153.14130.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 147 (57.81% from 255) = 28.82%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=31.57%
G=28.82%
B=39.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1611472020.200.2700.21255.2734.1668.43
HexA193CA141B015ff2244
Octal241223312243302537742104
Binary1010000110010011110010101010011011010101111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A193CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A193CA; }

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

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

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

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

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

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

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

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