#A180C8

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

Shades of Cold Purple #A180C8

Tints of Cold Purple #A180C8

Color information

#A180C8 (or 0xA180C8) is unknown color: approx Cold Purple. HEX triplet: A1, 80 and C8. RGB value is (161,128,200). Sum of RGB (Red+Green+Blue) = 161+128+200=489 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.92% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #A180C8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A180C8 is #5E7F37. Grayscale: #919191. Windows color (decimal): -6192952 or 13140129. OLE color: 13140129.

HSL color Cylindrical-coordinate representation of color #A180C8: hue angle of 267.5º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A180C8 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161128200-
CMYK0.190.3600.22
HSL267.5º39.56%64.31%-
HSV(B)267.5º36%78.43%-
XYZ32.8427.1958.16-
YUV146.07158.43138.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.92%
GREEN value IS 128 (50.39% from 255) = 26.18%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=32.92%
G=26.18%
B=40.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611282000.190.3600.22267.539.5664.31
HexA180C8132401610c2840
Octal241200310234402641450100
Binary101000011000000011001000100111001000101101000011001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A180C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A180C8; }

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

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

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

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

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

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

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

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