Html Css Color HEX #A01E7E Dark Purple

📋 copy color: '#A01E7E'

red 160 ◦ green 30 ◦ blue 126

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

Shades of Dark Purple #A01E7E

Tints of Dark Purple #A01E7E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.49%

 BLUE value IS 126 (49.61% from 255) = 39.87%

R = 50.63%
G = 9.49%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A01E7E (or 0xA01E7E) is known color: Dark Purple. HEX triplet: A0, 1E and 7E. RGB value is (160,30,126). Sum of RGB (Red+Green+Blue) = 160+30+126=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 30 (12.11% from 255 or 9.49% from 316); Blue value is 126 (49.61% from 255 or 39.87% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A01E7E is #5FE181. Grayscale: #4F4F4F. Windows color (decimal): -6283650 or 8265376. OLE color: 8265376.

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

Color convert

RGB 160 30 126 -
CMYK 0 0.81 0.21 0.37
HSL 315.69º 0.68% 0.37% -
HSV(B) 315.69º 0.81% 0.63% -
XYZ 18.73 9.91 20.66 -
YUV 79.81 154.07 185.19 -
System Red Green Blue C M Y K H S L
Decimal 160 30 126 0 0.81 0.21 0.37 315.69 0.68 0.37
Hex A0 1E 7E 0 51 15 25 13C 44 25
Octal 240 36 176 0 121 25 45 474 104 45
Binary 10100000 11110 1111110 0 1010001 10101 100101 100111100 1000100 100101

Color Harmonies of #A01E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01E7E

Black with #A01E7E

Text Example


Text Example

White with #A01E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01E7E; }

 p { color: rgb(160,30,126); }

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

background-color css

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

 a { background-color: rgb(160,30,126); }

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

border-color css

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

 span { border-color: rgb(160,30,126); }

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