#A180D1

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

Shades of Cold Purple #A180D1

Tints of Cold Purple #A180D1

Color information

#A180D1 (or 0xA180D1) is unknown color: approx Cold Purple. HEX triplet: A1, 80 and D1. RGB value is (161,128,209). Sum of RGB (Red+Green+Blue) = 161+128+209=498 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.33% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #A180D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180D1 is #5E7F2E. Grayscale: #929292. Windows color (decimal): -6192943 or 13729953. OLE color: 13729953.

HSL color Cylindrical-coordinate representation of color #A180D1: hue angle of 264.44º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A180D1 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB161128209-
CMYK0.230.3900.18
HSL264.44º46.82%66.08%-
HSV(B)264.44º38.76%81.96%-
XYZ33.9327.6263.86-
YUV147.1162.93137.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.33%
GREEN value IS 128 (50.39% from 255) = 25.70%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=32.33%
G=25.70%
B=41.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1611282090.230.3900.18264.4446.8266.08
HexA180D117270121082f42
Octal241200321274702241057102
Binary101000011000000011010001101111001110100101000010001011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180D1; }

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

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

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

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

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

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

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

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