Html Css Color HEX #A01781 Dark Purple

📋 copy color: '#A01781'

red 160 ◦ green 23 ◦ blue 129

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

Shades of Dark Purple #A01781

Tints of Dark Purple #A01781

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.37%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 51.28%
G = 7.37%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A01781 (or 0xA01781) is known color: Dark Purple. HEX triplet: A0, 17 and 81. RGB value is (160,23,129). Sum of RGB (Red+Green+Blue) = 160+23+129=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 23 (9.38% from 255 or 7.37% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01781 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01781 is #5FE87E. Grayscale: #4B4B4B. Windows color (decimal): -6285439 or 8460192. OLE color: 8460192.

HSL color Cylindrical-coordinate representation of color #A01781: hue angle of 313.58º degrees, saturation: 0.75, 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 #A01781 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 23 129 -
CMYK 0 0.86 0.19 0.37
HSL 313.58º 0.75% 0.36% -
HSV(B) 313.58º 0.86% 0.63% -
XYZ 18.77 9.67 21.65 -
YUV 76.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 160 23 129 0 0.86 0.19 0.37 313.58 0.75 0.36
Hex A0 17 81 0 56 13 25 13A 4B 24
Octal 240 27 201 0 126 23 45 472 113 44
Binary 10100000 10111 10000001 0 1010110 10011 100101 100111010 1001011 100100

Color Harmonies of #A01781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01781

Black with #A01781

Text Example


Text Example

White with #A01781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01781; }

 p { color: rgb(160,23,129); }

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

background-color css

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

 a { background-color: rgb(160,23,129); }

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

border-color css

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

 span { border-color: rgb(160,23,129); }

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