#A080C1

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

Shades of Cold Purple #A080C1

Tints of Cold Purple #A080C1

Color information

#A080C1 (or 0xA080C1) is unknown color: approx Cold Purple. HEX triplet: A0, 80 and C1. RGB value is (160,128,193). Sum of RGB (Red+Green+Blue) = 160+128+193=481 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.26% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 193 (75.78% from 255 or 40.12% from 481); Max value from RGB is 193 - color contains mainly: blue. Hex color #A080C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080C1 is #5F7F3E. Grayscale: #909090. Windows color (decimal): -6258495 or 12681376. OLE color: 12681376.

HSL color Cylindrical-coordinate representation of color #A080C1: hue angle of 269.54º 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 #A080C1 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB160128193-
CMYK0.170.3400.24
HSL269.54º34.39%62.94%-
HSV(B)269.54º33.68%75.69%-
XYZ31.8426.7653.94-
YUV144.98155.1138.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.26%
GREEN value IS 128 (50.39% from 255) = 26.61%
BLUE value IS 193 (75.78% from 255) = 40.12%
R=33.26%
G=26.61%
B=40.12%

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
Decimal1601281930.170.3400.24269.5434.3962.94
HexA080C1112201810e223f
Octal24020030121420304164277
Binary10100000100000001100000110001100010011000100001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080C1; }

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

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

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

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

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

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

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

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