Html Css Color HEX #A41F7D Dark Purple

📋 copy color: '#A41F7D'

red 164 ◦ green 31 ◦ blue 125

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

Shades of Dark Purple #A41F7D

Tints of Dark Purple #A41F7D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.69%

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

R = 51.25%
G = 9.69%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A41F7D (or 0xA41F7D) is known color: Dark Purple. HEX triplet: A4, 1F and 7D. RGB value is (164,31,125). Sum of RGB (Red+Green+Blue) = 164+31+125=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 31 (12.5% from 255 or 9.69% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F7D is #5BE082. Grayscale: #515151. Windows color (decimal): -6021251 or 8200100. OLE color: 8200100.

HSL color Cylindrical-coordinate representation of color #A41F7D: hue angle of 317.59º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F7D is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 31 125 -
CMYK 0 0.81 0.24 0.36
HSL 317.59º 0.68% 0.38% -
HSV(B) 317.59º 0.81% 0.64% -
XYZ 19.5 10.35 20.37 -
YUV 81.48 152.56 186.86 -
System Red Green Blue C M Y K H S L
Decimal 164 31 125 0 0.81 0.24 0.36 317.59 0.68 0.38
Hex A4 1F 7D 0 51 18 24 13E 44 26
Octal 244 37 175 0 121 30 44 476 104 46
Binary 10100100 11111 1111101 0 1010001 11000 100100 100111110 1000100 100110

Color Harmonies of #A41F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F7D

Black with #A41F7D

Text Example


Text Example

White with #A41F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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