#A183C1

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

Shades of Cold Purple #A183C1

Tints of Cold Purple #A183C1

Color information

#A183C1 (or 0xA183C1) is unknown color: approx Cold Purple. HEX triplet: A1, 83 and C1. RGB value is (161,131,193). Sum of RGB (Red+Green+Blue) = 161+131+193=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 131 (51.56% from 255 or 27.01% from 485); Blue value is 193 (75.78% from 255 or 39.79% from 485); Max value from RGB is 193 - color contains mainly: blue. Hex color #A183C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A183C1 is #5E7C3E. Grayscale: #929292. Windows color (decimal): -6192191 or 12682145. OLE color: 12682145.

HSL color Cylindrical-coordinate representation of color #A183C1: hue angle of 269.03º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A183C1 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB161131193-
CMYK0.170.3200.24
HSL269.03º33.33%63.53%-
HSV(B)269.03º32.12%75.69%-
XYZ32.4427.6654.08-
YUV147.04153.94137.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.20%
GREEN value IS 131 (51.56% from 255) = 27.01%
BLUE value IS 193 (75.78% from 255) = 39.79%
R=33.20%
G=27.01%
B=39.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611311930.170.3200.24269.0333.3363.53
HexA183C1112001810d2140
Octal241203301214003041541100
Binary101000011000001111000001100011000000110001000011011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A183C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A183C1; }

 p { color: rgb(161,131,193); }

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

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

 a { background-color: rgb(161,131,193); }

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

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

 span { border-color: rgb(161,131,193); }

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