Html Css Color HEX #A41586 Dark Purple

📋 copy color: '#A41586'

red 164 ◦ green 21 ◦ blue 134

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

Shades of Dark Purple #A41586

Tints of Dark Purple #A41586

RGB

 RED value IS 164 (64.45% from 255) = 51.41%

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

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

R = 51.41%
G = 6.58%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A41586 (or 0xA41586) is known color: Dark Purple. HEX triplet: A4, 15 and 86. RGB value is (164,21,134). Sum of RGB (Red+Green+Blue) = 164+21+134=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A41586 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41586 is #5BEA79. Grayscale: #4C4C4C. Windows color (decimal): -6023802 or 8787364. OLE color: 8787364.

HSL color Cylindrical-coordinate representation of color #A41586: hue angle of 312.59º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41586 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 134 -
CMYK 0 0.87 0.18 0.36
HSL 312.59º 0.77% 0.36% -
HSV(B) 312.59º 0.87% 0.64% -
XYZ 19.88 10.15 23.47 -
YUV 76.64 160.38 190.31 -
System Red Green Blue C M Y K H S L
Decimal 164 21 134 0 0.87 0.18 0.36 312.59 0.77 0.36
Hex A4 15 86 0 57 12 24 139 4D 24
Octal 244 25 206 0 127 22 44 471 115 44
Binary 10100100 10101 10000110 0 1010111 10010 100100 100111001 1001101 100100

Color Harmonies of #A41586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41586

Black with #A41586

Text Example


Text Example

White with #A41586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41586; }

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

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

background-color css

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

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

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

border-color css

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

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

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