Html Css Color HEX #A41387 Dark Purple

📋 copy color: '#A41387'

red 164 ◦ green 19 ◦ blue 135

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

Shades of Dark Purple #A41387

Tints of Dark Purple #A41387

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.97%

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

R = 51.57%
G = 5.97%
B = 42.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A41387 (or 0xA41387) is known color: Dark Purple. HEX triplet: A4, 13 and 87. RGB value is (164,19,135). Sum of RGB (Red+Green+Blue) = 164+19+135=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A41387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41387 is #5BEC78. Grayscale: #4B4B4B. Windows color (decimal): -6024313 or 8852388. OLE color: 8852388.

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

Color convert

RGB 164 19 135 -
CMYK 0 0.88 0.18 0.36
HSL 312º 0.79% 0.36% -
HSV(B) 312º 0.88% 0.64% -
XYZ 19.92 10.11 23.82 -
YUV 75.58 161.54 191.07 -
System Red Green Blue C M Y K H S L
Decimal 164 19 135 0 0.88 0.18 0.36 312 0.79 0.36
Hex A4 13 87 0 58 12 24 138 4F 24
Octal 244 23 207 0 130 22 44 470 117 44
Binary 10100100 10011 10000111 0 1011000 10010 100100 100111000 1001111 100100

Color Harmonies of #A41387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41387

Black with #A41387

Text Example


Text Example

White with #A41387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41387; }

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

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

background-color css

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

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

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

border-color css

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

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

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