Html Css Color HEX #A41589 Dark Purple

📋 copy color: '#A41589'

red 164 ◦ green 21 ◦ blue 137

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

Shades of Dark Purple #A41589

Tints of Dark Purple #A41589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 50.93%
G = 6.52%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A41589 (or 0xA41589) is known color: Dark Purple. HEX triplet: A4, 15 and 89. RGB value is (164,21,137). Sum of RGB (Red+Green+Blue) = 164+21+137=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A41589 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41589 is #5BEA76. Grayscale: #4C4C4C. Windows color (decimal): -6023799 or 8983972. OLE color: 8983972.

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

Color convert

RGB 164 21 137 -
CMYK 0 0.87 0.16 0.36
HSL 311.33º 0.77% 0.36% -
HSV(B) 311.33º 0.87% 0.64% -
XYZ 20.09 10.23 24.58 -
YUV 76.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 164 21 137 0 0.87 0.16 0.36 311.33 0.77 0.36
Hex A4 15 89 0 57 10 24 137 4D 24
Octal 244 25 211 0 127 20 44 467 115 44
Binary 10100100 10101 10001001 0 1010111 10000 100100 100110111 1001101 100100

Color Harmonies of #A41589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41589

Black with #A41589

Text Example


Text Example

White with #A41589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41589; }

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

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

background-color css

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

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

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

border-color css

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

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

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