Html Css Color HEX #A41889 Dark Purple

📋 copy color: '#A41889'

red 164 ◦ green 24 ◦ blue 137

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

Shades of Dark Purple #A41889

Tints of Dark Purple #A41889

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.38%

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

R = 50.46%
G = 7.38%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A41889 (or 0xA41889) is known color: Dark Purple. HEX triplet: A4, 18 and 89. RGB value is (164,24,137). Sum of RGB (Red+Green+Blue) = 164+24+137=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 24 (9.77% from 255 or 7.38% from 325); Blue value is 137 (53.91% from 255 or 42.15% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41889 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41889 is #5BE776. Grayscale: #4E4E4E. Windows color (decimal): -6023031 or 8984740. OLE color: 8984740.

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

Color convert

RGB 164 24 137 -
CMYK 0 0.85 0.16 0.36
HSL 311.57º 0.74% 0.37% -
HSV(B) 311.57º 0.85% 0.64% -
XYZ 20.15 10.35 24.6 -
YUV 78.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 164 24 137 0 0.85 0.16 0.36 311.57 0.74 0.37
Hex A4 18 89 0 55 10 24 138 4A 25
Octal 244 30 211 0 125 20 44 470 112 45
Binary 10100100 11000 10001001 0 1010101 10000 100100 100111000 1001010 100101

Color Harmonies of #A41889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41889

Black with #A41889

Text Example


Text Example

White with #A41889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41889; }

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

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

background-color css

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

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

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

border-color css

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

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

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