Html Css Color HEX #A4157D Dark Purple

📋 copy color: '#A4157D'

red 164 ◦ green 21 ◦ blue 125

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

Shades of Dark Purple #A4157D

Tints of Dark Purple #A4157D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 52.9%
G = 6.77%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4157D (or 0xA4157D) is known color: Dark Purple. HEX triplet: A4, 15 and 7D. RGB value is (164,21,125). Sum of RGB (Red+Green+Blue) = 164+21+125=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 21 (8.59% from 255 or 6.77% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4157D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4157D is #5BEA82. Grayscale: #4B4B4B. Windows color (decimal): -6023811 or 8197540. OLE color: 8197540.

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

Color convert

RGB 164 21 125 -
CMYK 0 0.87 0.24 0.36
HSL 316.36º 0.77% 0.36% -
HSV(B) 316.36º 0.87% 0.64% -
XYZ 19.28 9.91 20.3 -
YUV 75.61 155.88 191.04 -
System Red Green Blue C M Y K H S L
Decimal 164 21 125 0 0.87 0.24 0.36 316.36 0.77 0.36
Hex A4 15 7D 0 57 18 24 13C 4D 24
Octal 244 25 175 0 127 30 44 474 115 44
Binary 10100100 10101 1111101 0 1010111 11000 100100 100111100 1001101 100100

Color Harmonies of #A4157D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4157D

Black with #A4157D

Text Example


Text Example

White with #A4157D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4157D; }

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

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

background-color css

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

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

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

border-color css

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

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

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