#A080CC

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

Shades of Cold Purple #A080CC

Tints of Cold Purple #A080CC

Color information

#A080CC (or 0xA080CC) is unknown color: approx Cold Purple. HEX triplet: A0, 80 and CC. RGB value is (160,128,204). Sum of RGB (Red+Green+Blue) = 160+128+204=492 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.52% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #A080CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080CC is #5F7F33. Grayscale: #919191. Windows color (decimal): -6258484 or 13402272. OLE color: 13402272.

HSL color Cylindrical-coordinate representation of color #A080CC: hue angle of 265.26º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A080CC is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB160128204-
CMYK0.220.3700.2
HSL265.26º42.7%65.1%-
HSV(B)265.26º37.25%80%-
XYZ33.1227.2760.65-
YUV146.23160.6137.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.52%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 204 (80.08% from 255) = 41.46%
R=32.52%
G=26.02%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1601282040.220.3700.2265.2642.765.1
HexA080CC16250141092b41
Octal240200314264502441153101
Binary101000001000000011001100101101001010101001000010011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080CC; }

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

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

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

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

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

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

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

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