Html Css Color HEX #A01F87 Dark Purple

📋 copy color: '#A01F87'

red 160 ◦ green 31 ◦ blue 135

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

Shades of Dark Purple #A01F87

Tints of Dark Purple #A01F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 49.08%
G = 9.51%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01F87 (or 0xA01F87) is known color: Dark Purple. HEX triplet: A0, 1F and 87. RGB value is (160,31,135). Sum of RGB (Red+Green+Blue) = 160+31+135=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A01F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A01F87 is #5FE078. Grayscale: #515151. Windows color (decimal): -6283385 or 8855456. OLE color: 8855456.

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

Color convert

RGB 160 31 135 -
CMYK 0 0.81 0.16 0.37
HSL 311.63º 0.68% 0.37% -
HSV(B) 311.63º 0.81% 0.63% -
XYZ 19.36 10.2 23.87 -
YUV 81.43 158.24 184.04 -
System Red Green Blue C M Y K H S L
Decimal 160 31 135 0 0.81 0.16 0.37 311.63 0.68 0.37
Hex A0 1F 87 0 51 10 25 138 44 25
Octal 240 37 207 0 121 20 45 470 104 45
Binary 10100000 11111 10000111 0 1010001 10000 100101 100111000 1000100 100101

Color Harmonies of #A01F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01F87

Black with #A01F87

Text Example


Text Example

White with #A01F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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