Html Css Color HEX #A41E8C Dark Purple

📋 copy color: '#A41E8C'

red 164 ◦ green 30 ◦ blue 140

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

Shades of Dark Purple #A41E8C

Tints of Dark Purple #A41E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.98%

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

R = 49.1%
G = 8.98%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A41E8C (or 0xA41E8C) is known color: Dark Purple. HEX triplet: A4, 1E and 8C. RGB value is (164,30,140). Sum of RGB (Red+Green+Blue) = 164+30+140=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E8C is #5BE173. Grayscale: #525252. Windows color (decimal): -6021492 or 9182884. OLE color: 9182884.

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

Color convert

RGB 164 30 140 -
CMYK 0 0.82 0.15 0.36
HSL 310.75º 0.69% 0.38% -
HSV(B) 310.75º 0.82% 0.64% -
XYZ 20.51 10.71 25.8 -
YUV 82.61 160.39 186.06 -
System Red Green Blue C M Y K H S L
Decimal 164 30 140 0 0.82 0.15 0.36 310.75 0.69 0.38
Hex A4 1E 8C 0 52 F 24 137 45 26
Octal 244 36 214 0 122 17 44 467 105 46
Binary 10100100 11110 10001100 0 1010010 1111 100100 100110111 1000101 100110

Color Harmonies of #A41E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E8C

Black with #A41E8C

Text Example


Text Example

White with #A41E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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