Html Css Color HEX #A4188D Dark Purple

📋 copy color: '#A4188D'

red 164 ◦ green 24 ◦ blue 141

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

Shades of Dark Purple #A4188D

Tints of Dark Purple #A4188D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 49.85%
G = 7.29%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4188D (or 0xA4188D) is known color: Dark Purple. HEX triplet: A4, 18 and 8D. RGB value is (164,24,141). Sum of RGB (Red+Green+Blue) = 164+24+141=329 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.85% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 164 - color contains mainly: red. Hex color #A4188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A4188D is #5BE772. Grayscale: #4E4E4E. Windows color (decimal): -6023027 or 9246884. OLE color: 9246884.

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

Color convert

RGB 164 24 141 -
CMYK 0 0.85 0.14 0.36
HSL 309.86º 0.74% 0.37% -
HSV(B) 309.86º 0.85% 0.64% -
XYZ 20.44 10.47 26.14 -
YUV 79.2 162.88 188.49 -
System Red Green Blue C M Y K H S L
Decimal 164 24 141 0 0.85 0.14 0.36 309.86 0.74 0.37
Hex A4 18 8D 0 55 E 24 136 4A 25
Octal 244 30 215 0 125 16 44 466 112 45
Binary 10100100 11000 10001101 0 1010101 1110 100100 100110110 1001010 100101

Color Harmonies of #A4188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4188D

Black with #A4188D

Text Example


Text Example

White with #A4188D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4188D; }

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

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

background-color css

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

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

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

border-color css

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

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

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