Html Css Color HEX #A01C80 Dark Purple

📋 copy color: '#A01C80'

red 160 ◦ green 28 ◦ blue 128

#A01C80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #A01C80

Tints of Dark Purple #A01C80

RGB

 RED value IS 160 (62.89% from 255) = 50.63%

 GREEN value IS 28 (11.33% from 255) = 8.86%

 BLUE value IS 128 (50.39% from 255) = 40.51%

R = 50.63%
G = 8.86%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A01C80 (or 0xA01C80) is known color: Dark Purple. HEX triplet: A0, 1C and 80. RGB value is (160,28,128). Sum of RGB (Red+Green+Blue) = 160+28+128=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 28 (11.33% from 255 or 8.86% from 316); Blue value is 128 (50.39% from 255 or 40.51% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01C80 is #5FE37F. Grayscale: #4E4E4E. Windows color (decimal): -6284160 or 8395936. OLE color: 8395936.

HSL color Cylindrical-coordinate representation of color #A01C80: hue angle of 314.55º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A01C80 is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 28 128 -
CMYK 0 0.82 0.20 0.37
HSL 314.55º 0.7% 0.37% -
HSV(B) 314.55º 0.83% 0.63% -
XYZ 18.81 9.86 21.33 -
YUV 78.87 155.73 185.87 -
System Red Green Blue C M Y K H S L
Decimal 160 28 128 0 0.82 0.20 0.37 314.55 0.7 0.37
Hex A0 1C 80 0 52 14 25 13B 46 25
Octal 240 34 200 0 122 24 45 473 106 45
Binary 10100000 11100 10000000 0 1010010 10100 100101 100111011 1000110 100101

Color Harmonies of #A01C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C80

Black with #A01C80

Text Example


Text Example

White with #A01C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C80; }

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

 H1.HeaderClassName
 {
   color: #A01C80;
 }
 .AnyTagClassName
 {
   color: #A01C80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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