Html Css Color HEX #A41380 Dark Purple

📋 copy color: '#A41380'

red 164 ◦ green 19 ◦ blue 128

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

Shades of Dark Purple #A41380

Tints of Dark Purple #A41380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.16%

R = 52.73%
G = 6.11%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A41380 (or 0xA41380) is known color: Dark Purple. HEX triplet: A4, 13 and 80. RGB value is (164,19,128). Sum of RGB (Red+Green+Blue) = 164+19+128=311 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.73% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 128 (50.39% from 255 or 41.16% from 311); Max value from RGB is 164 - color contains mainly: red. Hex color #A41380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41380 is #5BEC7F. Grayscale: #4A4A4A. Windows color (decimal): -6024320 or 8393636. OLE color: 8393636.

HSL color Cylindrical-coordinate representation of color #A41380: hue angle of 314.9º 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 #A41380 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 19 128 -
CMYK 0 0.88 0.22 0.36
HSL 314.9º 0.79% 0.36% -
HSV(B) 314.9º 0.88% 0.64% -
XYZ 19.44 9.92 21.31 -
YUV 74.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 164 19 128 0 0.88 0.22 0.36 314.9 0.79 0.36
Hex A4 13 80 0 58 16 24 13B 4F 24
Octal 244 23 200 0 130 26 44 473 117 44
Binary 10100100 10011 10000000 0 1011000 10110 100100 100111011 1001111 100100

Color Harmonies of #A41380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41380

Black with #A41380

Text Example


Text Example

White with #A41380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41380; }

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

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

background-color css

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

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

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

border-color css

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

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

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