Html Css Color HEX #A01679 Dark Purple

📋 copy color: '#A01679'

red 160 ◦ green 22 ◦ blue 121

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

Shades of Dark Purple #A01679

Tints of Dark Purple #A01679

RGB

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

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

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

R = 52.81%
G = 7.26%
B = 39.93%

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

#A01679 (or 0xA01679) is known color: Dark Purple. HEX triplet: A0, 16 and 79. RGB value is (160,22,121). Sum of RGB (Red+Green+Blue) = 160+22+121=303 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.81% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 121 (47.66% from 255 or 39.93% from 303); Max value from RGB is 160 - color contains mainly: red. Hex color #A01679 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A01679 is #5FE986. Grayscale: #4A4A4A. Windows color (decimal): -6285703 or 7935648. OLE color: 7935648.

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

Color convert

RGB 160 22 121 -
CMYK 0 0.86 0.24 0.37
HSL 316.96º 0.76% 0.36% -
HSV(B) 316.96º 0.86% 0.63% -
XYZ 18.24 9.43 18.95 -
YUV 74.55 154.22 188.95 -
System Red Green Blue C M Y K H S L
Decimal 160 22 121 0 0.86 0.24 0.37 316.96 0.76 0.36
Hex A0 16 79 0 56 18 25 13D 4C 24
Octal 240 26 171 0 126 30 45 475 114 44
Binary 10100000 10110 1111001 0 1010110 11000 100101 100111101 1001100 100100

Color Harmonies of #A01679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01679

Black with #A01679

Text Example


Text Example

White with #A01679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01679; }

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

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

background-color css

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

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

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

border-color css

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

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

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