Html Css Color HEX #A01F7D Dark Purple

📋 copy color: '#A01F7D'

red 160 ◦ green 31 ◦ blue 125

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

Shades of Dark Purple #A01F7D

Tints of Dark Purple #A01F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.56%

R = 50.63%
G = 9.81%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A01F7D (or 0xA01F7D) is known color: Dark Purple. HEX triplet: A0, 1F and 7D. RGB value is (160,31,125). Sum of RGB (Red+Green+Blue) = 160+31+125=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 31 (12.5% from 255 or 9.81% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01F7D is #5FE082. Grayscale: #505050. Windows color (decimal): -6283395 or 8200096. OLE color: 8200096.

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

Color convert

RGB 160 31 125 -
CMYK 0 0.81 0.22 0.37
HSL 316.28º 0.68% 0.37% -
HSV(B) 316.28º 0.81% 0.63% -
XYZ 18.69 9.93 20.33 -
YUV 80.29 153.24 184.86 -
System Red Green Blue C M Y K H S L
Decimal 160 31 125 0 0.81 0.22 0.37 316.28 0.68 0.37
Hex A0 1F 7D 0 51 16 25 13C 44 25
Octal 240 37 175 0 121 26 45 474 104 45
Binary 10100000 11111 1111101 0 1010001 10110 100101 100111100 1000100 100101

Color Harmonies of #A01F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F7D

Black with #A01F7D

Text Example


Text Example

White with #A01F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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