Html Css Color HEX #A01F78 Dark Purple

📋 copy color: '#A01F78'

red 160 ◦ green 31 ◦ blue 120

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

Shades of Dark Purple #A01F78

Tints of Dark Purple #A01F78

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.97%

 BLUE value IS 120 (47.27% from 255) = 38.59%

R = 51.45%
G = 9.97%
B = 38.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A01F78 (or 0xA01F78) is known color: Dark Purple. HEX triplet: A0, 1F and 78. RGB value is (160,31,120). Sum of RGB (Red+Green+Blue) = 160+31+120=311 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.45% from 311); Green value is 31 (12.5% from 255 or 9.97% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F78 is #5FE087. Grayscale: #4F4F4F. Windows color (decimal): -6283400 or 7872416. OLE color: 7872416.

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

Color convert

RGB 160 31 120 -
CMYK 0 0.81 0.25 0.37
HSL 318.6º 0.68% 0.37% -
HSV(B) 318.6º 0.81% 0.63% -
XYZ 18.38 9.81 18.69 -
YUV 79.72 150.74 185.26 -
System Red Green Blue C M Y K H S L
Decimal 160 31 120 0 0.81 0.25 0.37 318.6 0.68 0.37
Hex A0 1F 78 0 51 19 25 13F 44 25
Octal 240 37 170 0 121 31 45 477 104 45
Binary 10100000 11111 1111000 0 1010001 11001 100101 100111111 1000100 100101

Color Harmonies of #A01F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F78

Black with #A01F78

Text Example


Text Example

White with #A01F78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F78; }

 p { color: rgb(160,31,120); }

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

background-color css

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

 a { background-color: rgb(160,31,120); }

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

border-color css

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

 span { border-color: rgb(160,31,120); }

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