Html Css Color HEX #A41988 Dark Purple

📋 copy color: '#A41988'

red 164 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #A41988

Tints of Dark Purple #A41988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.69%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 50.46%
G = 7.69%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A41988 (or 0xA41988) is known color: Dark Purple. HEX triplet: A4, 19 and 88. RGB value is (164,25,136). Sum of RGB (Red+Green+Blue) = 164+25+136=325 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.46% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 164 - color contains mainly: red. Hex color #A41988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A41988 is #5BE677. Grayscale: #4E4E4E. Windows color (decimal): -6022776 or 8919460. OLE color: 8919460.

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

Color convert

RGB 164 25 136 -
CMYK 0 0.85 0.17 0.36
HSL 312.09º 0.74% 0.37% -
HSV(B) 312.09º 0.85% 0.64% -
XYZ 20.1 10.37 24.23 -
YUV 79.22 160.05 188.47 -
System Red Green Blue C M Y K H S L
Decimal 164 25 136 0 0.85 0.17 0.36 312.09 0.74 0.37
Hex A4 19 88 0 55 11 24 138 4A 25
Octal 244 31 210 0 125 21 44 470 112 45
Binary 10100100 11001 10001000 0 1010101 10001 100100 100111000 1001010 100101

Color Harmonies of #A41988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41988

Black with #A41988

Text Example


Text Example

White with #A41988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41988; }

 p { color: rgb(164,25,136); }

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

background-color css

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

 a { background-color: rgb(164,25,136); }

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

border-color css

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

 span { border-color: rgb(164,25,136); }

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