Html Css Color HEX #A41787 Dark Purple

📋 copy color: '#A41787'

red 164 ◦ green 23 ◦ blue 135

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

Shades of Dark Purple #A41787

Tints of Dark Purple #A41787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.14%

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

R = 50.93%
G = 7.14%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A41787 (or 0xA41787) is known color: Dark Purple. HEX triplet: A4, 17 and 87. RGB value is (164,23,135). Sum of RGB (Red+Green+Blue) = 164+23+135=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 23 (9.38% from 255 or 7.14% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A41787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41787 is #5BE878. Grayscale: #4D4D4D. Windows color (decimal): -6023289 or 8853412. OLE color: 8853412.

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

Color convert

RGB 164 23 135 -
CMYK 0 0.86 0.18 0.36
HSL 312.34º 0.75% 0.37% -
HSV(B) 312.34º 0.86% 0.64% -
XYZ 19.99 10.25 23.85 -
YUV 77.93 160.21 189.39 -
System Red Green Blue C M Y K H S L
Decimal 164 23 135 0 0.86 0.18 0.36 312.34 0.75 0.37
Hex A4 17 87 0 56 12 24 138 4B 25
Octal 244 27 207 0 126 22 44 470 113 45
Binary 10100100 10111 10000111 0 1010110 10010 100100 100111000 1001011 100101

Color Harmonies of #A41787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41787

Black with #A41787

Text Example


Text Example

White with #A41787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41787; }

 p { color: rgb(164,23,135); }

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

background-color css

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

 a { background-color: rgb(164,23,135); }

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

border-color css

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

 span { border-color: rgb(164,23,135); }

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