Html Css Color HEX #A41F8C Dark Purple

📋 copy color: '#A41F8C'

red 164 ◦ green 31 ◦ blue 140

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

Shades of Dark Purple #A41F8C

Tints of Dark Purple #A41F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.79%

R = 48.96%
G = 9.25%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A41F8C (or 0xA41F8C) is known color: Dark Purple. HEX triplet: A4, 1F and 8C. RGB value is (164,31,140). Sum of RGB (Red+Green+Blue) = 164+31+140=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41F8C is #5BE073. Grayscale: #525252. Windows color (decimal): -6021236 or 9183140. OLE color: 9183140.

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

Color convert

RGB 164 31 140 -
CMYK 0 0.81 0.15 0.36
HSL 310.83º 0.68% 0.38% -
HSV(B) 310.83º 0.81% 0.64% -
XYZ 20.53 10.77 25.81 -
YUV 83.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 164 31 140 0 0.81 0.15 0.36 310.83 0.68 0.38
Hex A4 1F 8C 0 51 F 24 137 44 26
Octal 244 37 214 0 121 17 44 467 104 46
Binary 10100100 11111 10001100 0 1010001 1111 100100 100110111 1000100 100110

Color Harmonies of #A41F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41F8C

Black with #A41F8C

Text Example


Text Example

White with #A41F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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