Html Css Color HEX #A4187E Dark Purple

📋 copy color: '#A4187E'

red 164 ◦ green 24 ◦ blue 126

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

Shades of Dark Purple #A4187E

Tints of Dark Purple #A4187E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 40.13%

R = 52.23%
G = 7.64%
B = 40.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4187E (or 0xA4187E) is known color: Dark Purple. HEX triplet: A4, 18 and 7E. RGB value is (164,24,126). Sum of RGB (Red+Green+Blue) = 164+24+126=314 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.23% from 314); Green value is 24 (9.77% from 255 or 7.64% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 164 - color contains mainly: red. Hex color #A4187E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4187E is #5BE781. Grayscale: #4D4D4D. Windows color (decimal): -6023042 or 8263844. OLE color: 8263844.

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

Color convert

RGB 164 24 126 -
CMYK 0 0.85 0.23 0.36
HSL 316.29º 0.74% 0.37% -
HSV(B) 316.29º 0.85% 0.64% -
XYZ 19.4 10.05 20.66 -
YUV 77.49 155.38 189.71 -
System Red Green Blue C M Y K H S L
Decimal 164 24 126 0 0.85 0.23 0.36 316.29 0.74 0.37
Hex A4 18 7E 0 55 17 24 13C 4A 25
Octal 244 30 176 0 125 27 44 474 112 45
Binary 10100100 11000 1111110 0 1010101 10111 100100 100111100 1001010 100101

Color Harmonies of #A4187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4187E

Black with #A4187E

Text Example


Text Example

White with #A4187E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4187E; }

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

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

background-color css

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

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

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

border-color css

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

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

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