Html Css Color HEX #A01286 Dark Purple

📋 copy color: '#A01286'

red 160 ◦ green 18 ◦ blue 134

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

Shades of Dark Purple #A01286

Tints of Dark Purple #A01286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

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

R = 51.28%
G = 5.77%
B = 42.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A01286 (or 0xA01286) is known color: Dark Purple. HEX triplet: A0, 12 and 86. RGB value is (160,18,134). Sum of RGB (Red+Green+Blue) = 160+18+134=312 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.28% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 160 - color contains mainly: red. Hex color #A01286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A01286 is #5FED79. Grayscale: #494949. Windows color (decimal): -6286714 or 8786592. OLE color: 8786592.

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

Color convert

RGB 160 18 134 -
CMYK 0 0.89 0.16 0.37
HSL 310.99º 0.8% 0.35% -
HSV(B) 310.99º 0.89% 0.63% -
XYZ 19.02 9.63 23.41 -
YUV 73.68 162.04 189.57 -
System Red Green Blue C M Y K H S L
Decimal 160 18 134 0 0.89 0.16 0.37 310.99 0.8 0.35
Hex A0 12 86 0 59 10 25 137 50 23
Octal 240 22 206 0 131 20 45 467 120 43
Binary 10100000 10010 10000110 0 1011001 10000 100101 100110111 1010000 100011

Color Harmonies of #A01286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01286

Black with #A01286

Text Example


Text Example

White with #A01286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01286; }

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

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

background-color css

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

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

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

border-color css

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

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

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