Html Css Color HEX #A01586 Dark Purple

📋 copy color: '#A01586'

red 160 ◦ green 21 ◦ blue 134

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

Shades of Dark Purple #A01586

Tints of Dark Purple #A01586

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.67%

 BLUE value IS 134 (52.73% from 255) = 42.54%

R = 50.79%
G = 6.67%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01586 (or 0xA01586) is known color: Dark Purple. HEX triplet: A0, 15 and 86. RGB value is (160,21,134). Sum of RGB (Red+Green+Blue) = 160+21+134=315 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.79% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 160 - color contains mainly: red. Hex color #A01586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01586 is #5FEA79. Grayscale: #4B4B4B. Windows color (decimal): -6285946 or 8787360. OLE color: 8787360.

HSL color Cylindrical-coordinate representation of color #A01586: hue angle of 311.22º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A01586 is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 21 134 -
CMYK 0 0.87 0.16 0.37
HSL 311.22º 0.77% 0.35% -
HSV(B) 311.22º 0.87% 0.63% -
XYZ 19.07 9.73 23.43 -
YUV 75.44 161.05 188.31 -
System Red Green Blue C M Y K H S L
Decimal 160 21 134 0 0.87 0.16 0.37 311.22 0.77 0.35
Hex A0 15 86 0 57 10 25 137 4D 23
Octal 240 25 206 0 127 20 45 467 115 43
Binary 10100000 10101 10000110 0 1010111 10000 100101 100110111 1001101 100011

Color Harmonies of #A01586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01586

Black with #A01586

Text Example


Text Example

White with #A01586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01586; }

 p { color: rgb(160,21,134); }

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

background-color css

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

 a { background-color: rgb(160,21,134); }

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

border-color css

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

 span { border-color: rgb(160,21,134); }

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