#A080C0

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

Shades of Cold Purple #A080C0

Tints of Cold Purple #A080C0

Color information

#A080C0 (or 0xA080C0) is unknown color: approx Cold Purple. HEX triplet: A0, 80 and C0. RGB value is (160,128,192). Sum of RGB (Red+Green+Blue) = 160+128+192=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 128 (50.39% from 255 or 26.67% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #A080C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080C0 is #5F7F3F. Grayscale: #909090. Windows color (decimal): -6258496 or 12615840. OLE color: 12615840.

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

Color convert

RGB160128192-
CMYK0.170.3300.25
HSL270º33.68%62.75%-
HSV(B)270º33.33%75.29%-
XYZ31.7326.7253.35-
YUV144.86154.6138.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 33.33%
GREEN value IS 128 (50.39% from 255) = 26.67%
BLUE value IS 192 (75.39% from 255) = 40%
R=33.33%
G=26.67%
B=40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601281920.170.3300.2527033.6862.75
HexA080C0112101910e223f
Octal24020030021410314164277
Binary10100000100000001100000010001100001011001100001110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080C0; }

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

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

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

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

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

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

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

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