Html Css Color HEX #A01F85 Dark Purple

📋 copy color: '#A01F85'

red 160 ◦ green 31 ◦ blue 133

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

Shades of Dark Purple #A01F85

Tints of Dark Purple #A01F85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 49.38%
G = 9.57%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A01F85 (or 0xA01F85) is known color: Dark Purple. HEX triplet: A0, 1F and 85. RGB value is (160,31,133). Sum of RGB (Red+Green+Blue) = 160+31+133=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F85 is #5FE07A. Grayscale: #505050. Windows color (decimal): -6283387 or 8724384. OLE color: 8724384.

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

Color convert

RGB 160 31 133 -
CMYK 0 0.81 0.17 0.37
HSL 312.56º 0.68% 0.37% -
HSV(B) 312.56º 0.81% 0.63% -
XYZ 19.22 10.15 23.14 -
YUV 81.2 157.24 184.21 -
System Red Green Blue C M Y K H S L
Decimal 160 31 133 0 0.81 0.17 0.37 312.56 0.68 0.37
Hex A0 1F 85 0 51 11 25 139 44 25
Octal 240 37 205 0 121 21 45 471 104 45
Binary 10100000 11111 10000101 0 1010001 10001 100101 100111001 1000100 100101

Color Harmonies of #A01F85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F85

Black with #A01F85

Text Example


Text Example

White with #A01F85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F85; }

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

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

background-color css

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

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

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

border-color css

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

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

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