Html Css Color HEX #A01686 Dark Purple

📋 copy color: '#A01686'

red 160 ◦ green 22 ◦ blue 134

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

Shades of Dark Purple #A01686

Tints of Dark Purple #A01686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 50.63%
G = 6.96%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01686 (or 0xA01686) is known color: Dark Purple. HEX triplet: A0, 16 and 86. RGB value is (160,22,134). Sum of RGB (Red+Green+Blue) = 160+22+134=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 134 (52.73% from 255 or 42.41% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A01686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01686 is #5FE979. Grayscale: #4B4B4B. Windows color (decimal): -6285690 or 8787616. OLE color: 8787616.

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

Color convert

RGB 160 22 134 -
CMYK 0 0.86 0.16 0.37
HSL 311.3º 0.76% 0.36% -
HSV(B) 311.3º 0.86% 0.63% -
XYZ 19.09 9.77 23.43 -
YUV 76.03 160.72 187.89 -
System Red Green Blue C M Y K H S L
Decimal 160 22 134 0 0.86 0.16 0.37 311.3 0.76 0.36
Hex A0 16 86 0 56 10 25 137 4C 24
Octal 240 26 206 0 126 20 45 467 114 44
Binary 10100000 10110 10000110 0 1010110 10000 100101 100110111 1001100 100100

Color Harmonies of #A01686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01686

Black with #A01686

Text Example


Text Example

White with #A01686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01686; }

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

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

background-color css

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

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

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

border-color css

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

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

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