Html Css Color HEX #A01779 Dark Purple

📋 copy color: '#A01779'

red 160 ◦ green 23 ◦ blue 121

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

Shades of Dark Purple #A01779

Tints of Dark Purple #A01779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 39.8%

R = 52.63%
G = 7.57%
B = 39.8%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A01779 (or 0xA01779) is known color: Dark Purple. HEX triplet: A0, 17 and 79. RGB value is (160,23,121). Sum of RGB (Red+Green+Blue) = 160+23+121=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 23 (9.38% from 255 or 7.57% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A01779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01779 is #5FE886. Grayscale: #4A4A4A. Windows color (decimal): -6285447 or 7935904. OLE color: 7935904.

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

Color convert

RGB 160 23 121 -
CMYK 0 0.86 0.24 0.37
HSL 317.08º 0.75% 0.36% -
HSV(B) 317.08º 0.86% 0.63% -
XYZ 18.25 9.47 18.95 -
YUV 75.14 153.89 188.53 -
System Red Green Blue C M Y K H S L
Decimal 160 23 121 0 0.86 0.24 0.37 317.08 0.75 0.36
Hex A0 17 79 0 56 18 25 13D 4B 24
Octal 240 27 171 0 126 30 45 475 113 44
Binary 10100000 10111 1111001 0 1010110 11000 100101 100111101 1001011 100100

Color Harmonies of #A01779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01779

Black with #A01779

Text Example


Text Example

White with #A01779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01779; }

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

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

background-color css

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

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

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

border-color css

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

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

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