Html Css Color HEX #A41582 Dark Purple

📋 copy color: '#A41582'

red 164 ◦ green 21 ◦ blue 130

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

Shades of Dark Purple #A41582

Tints of Dark Purple #A41582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.27%

R = 52.06%
G = 6.67%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A41582 (or 0xA41582) is known color: Dark Purple. HEX triplet: A4, 15 and 82. RGB value is (164,21,130). Sum of RGB (Red+Green+Blue) = 164+21+130=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41582 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41582 is #5BEA7D. Grayscale: #4B4B4B. Windows color (decimal): -6023806 or 8525220. OLE color: 8525220.

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

Color convert

RGB 164 21 130 -
CMYK 0 0.87 0.21 0.36
HSL 314.27º 0.77% 0.36% -
HSV(B) 314.27º 0.87% 0.64% -
XYZ 19.61 10.04 22.02 -
YUV 76.18 158.38 190.64 -
System Red Green Blue C M Y K H S L
Decimal 164 21 130 0 0.87 0.21 0.36 314.27 0.77 0.36
Hex A4 15 82 0 57 15 24 13A 4D 24
Octal 244 25 202 0 127 25 44 472 115 44
Binary 10100100 10101 10000010 0 1010111 10101 100100 100111010 1001101 100100

Color Harmonies of #A41582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41582

Black with #A41582

Text Example


Text Example

White with #A41582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41582; }

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

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

background-color css

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

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

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

border-color css

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

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

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