Html Css Color HEX #A41E95 Dark Purple

📋 copy color: '#A41E95'

red 164 ◦ green 30 ◦ blue 149

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

Shades of Dark Purple #A41E95

Tints of Dark Purple #A41E95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.44%

R = 47.81%
G = 8.75%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A41E95 (or 0xA41E95) is known color: Dark Purple. HEX triplet: A4, 1E and 95. RGB value is (164,30,149). Sum of RGB (Red+Green+Blue) = 164+30+149=343 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.81% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 149 (58.59% from 255 or 43.44% from 343); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E95 is #5BE16A. Grayscale: #535353. Windows color (decimal): -6021483 or 9772708. OLE color: 9772708.

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

Color convert

RGB 164 30 149 -
CMYK 0 0.82 0.09 0.36
HSL 306.72º 0.69% 0.38% -
HSV(B) 306.72º 0.82% 0.64% -
XYZ 21.2 10.99 29.44 -
YUV 83.63 164.89 185.32 -
System Red Green Blue C M Y K H S L
Decimal 164 30 149 0 0.82 0.09 0.36 306.72 0.69 0.38
Hex A4 1E 95 0 52 9 24 133 45 26
Octal 244 36 225 0 122 11 44 463 105 46
Binary 10100100 11110 10010101 0 1010010 1001 100100 100110011 1000101 100110

Color Harmonies of #A41E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E95

Black with #A41E95

Text Example


Text Example

White with #A41E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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