Html Css Color HEX #A41F83 Dark Purple

📋 copy color: '#A41F83'

red 164 ◦ green 31 ◦ blue 131

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

Shades of Dark Purple #A41F83

Tints of Dark Purple #A41F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 50.31%
G = 9.51%
B = 40.18%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A41F83 (or 0xA41F83) is known color: Dark Purple. HEX triplet: A4, 1F and 83. RGB value is (164,31,131). Sum of RGB (Red+Green+Blue) = 164+31+131=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F83 is #5BE07C. Grayscale: #515151. Windows color (decimal): -6021245 or 8593316. OLE color: 8593316.

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

Color convert

RGB 164 31 131 -
CMYK 0 0.81 0.20 0.36
HSL 314.89º 0.68% 0.38% -
HSV(B) 314.89º 0.81% 0.64% -
XYZ 19.9 10.51 22.45 -
YUV 82.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 164 31 131 0 0.81 0.20 0.36 314.89 0.68 0.38
Hex A4 1F 83 0 51 14 24 13B 44 26
Octal 244 37 203 0 121 24 44 473 104 46
Binary 10100100 11111 10000011 0 1010001 10100 100100 100111011 1000100 100110

Color Harmonies of #A41F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F83

Black with #A41F83

Text Example


Text Example

White with #A41F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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