Html Css Color HEX #A41A87 Dark Purple

📋 copy color: '#A41A87'

red 164 ◦ green 26 ◦ blue 135

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

Shades of Dark Purple #A41A87

Tints of Dark Purple #A41A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8%

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

R = 50.46%
G = 8%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A41A87 (or 0xA41A87) is known color: Dark Purple. HEX triplet: A4, 1A and 87. RGB value is (164,26,135). Sum of RGB (Red+Green+Blue) = 164+26+135=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 135 (53.12% from 255 or 41.54% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41A87 is #5BE578. Grayscale: #4F4F4F. Windows color (decimal): -6022521 or 8854180. OLE color: 8854180.

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

Color convert

RGB 164 26 135 -
CMYK 0 0.84 0.18 0.36
HSL 312.61º 0.73% 0.37% -
HSV(B) 312.61º 0.84% 0.64% -
XYZ 20.05 10.38 23.87 -
YUV 79.69 159.22 188.14 -
System Red Green Blue C M Y K H S L
Decimal 164 26 135 0 0.84 0.18 0.36 312.61 0.73 0.37
Hex A4 1A 87 0 54 12 24 139 49 25
Octal 244 32 207 0 124 22 44 471 111 45
Binary 10100100 11010 10000111 0 1010100 10010 100100 100111001 1001001 100101

Color Harmonies of #A41A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A87

Black with #A41A87

Text Example


Text Example

White with #A41A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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