Html Css Color HEX #A01680 Dark Purple

📋 copy color: '#A01680'

red 160 ◦ green 22 ◦ blue 128

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

Shades of Dark Purple #A01680

Tints of Dark Purple #A01680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.1%

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

R = 51.61%
G = 7.1%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#A01680 (or 0xA01680) is known color: Dark Purple. HEX triplet: A0, 16 and 80. RGB value is (160,22,128). Sum of RGB (Red+Green+Blue) = 160+22+128=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 22 (8.98% from 255 or 7.10% from 310); Blue value is 128 (50.39% from 255 or 41.29% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A01680 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01680 is #5FE97F. Grayscale: #4B4B4B. Windows color (decimal): -6285696 or 8394400. OLE color: 8394400.

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

Color convert

RGB 160 22 128 -
CMYK 0 0.86 0.20 0.37
HSL 313.91º 0.76% 0.36% -
HSV(B) 313.91º 0.86% 0.63% -
XYZ 18.68 9.61 21.29 -
YUV 75.35 157.72 188.38 -
System Red Green Blue C M Y K H S L
Decimal 160 22 128 0 0.86 0.20 0.37 313.91 0.76 0.36
Hex A0 16 80 0 56 14 25 13A 4C 24
Octal 240 26 200 0 126 24 45 472 114 44
Binary 10100000 10110 10000000 0 1010110 10100 100101 100111010 1001100 100100

Color Harmonies of #A01680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01680

Black with #A01680

Text Example


Text Example

White with #A01680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01680; }

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

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

background-color css

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

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

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

border-color css

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

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

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