#A180C1

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

Shades of Cold Purple #A180C1

Tints of Cold Purple #A180C1

Color information

#A180C1 (or 0xA180C1) is unknown color: approx Cold Purple. HEX triplet: A1, 80 and C1. RGB value is (161,128,193). Sum of RGB (Red+Green+Blue) = 161+128+193=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 128 (50.39% from 255 or 26.56% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #A180C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180C1 is #5E7F3E. Grayscale: #919191. Windows color (decimal): -6192959 or 12681377. OLE color: 12681377.

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

Color convert

RGB161128193-
CMYK0.170.3400.24
HSL270.46º34.39%62.94%-
HSV(B)270.46º33.68%75.69%-
XYZ32.0426.8753.95-
YUV145.28154.93139.21-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.40%
GREEN value IS 128 (50.39% from 255) = 26.56%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=33.40%
G=26.56%
B=40.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1611281930.170.3400.24270.4634.3962.94
HexA180C1112201810e223f
Octal24120030121420304164277
Binary10100001100000001100000110001100010011000100001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180C1; }

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

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

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

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

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

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

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

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