Html Css Color HEX #A41E94 Dark Purple

📋 copy color: '#A41E94'

red 164 ◦ green 30 ◦ blue 148

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

Shades of Dark Purple #A41E94

Tints of Dark Purple #A41E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.27%

R = 47.95%
G = 8.77%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A41E94 (or 0xA41E94) is known color: Dark Purple. HEX triplet: A4, 1E and 94. RGB value is (164,30,148). Sum of RGB (Red+Green+Blue) = 164+30+148=342 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.95% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 148 (58.20% from 255 or 43.27% from 342); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A41E94 is #5BE16B. Grayscale: #535353. Windows color (decimal): -6021484 or 9707172. OLE color: 9707172.

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

Color convert

RGB 164 30 148 -
CMYK 0 0.82 0.10 0.36
HSL 307.16º 0.69% 0.38% -
HSV(B) 307.16º 0.82% 0.64% -
XYZ 21.12 10.96 29.02 -
YUV 83.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 164 30 148 0 0.82 0.10 0.36 307.16 0.69 0.38
Hex A4 1E 94 0 52 A 24 133 45 26
Octal 244 36 224 0 122 12 44 463 105 46
Binary 10100100 11110 10010100 0 1010010 1010 100100 100110011 1000101 100110

Color Harmonies of #A41E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41E94

Black with #A41E94

Text Example


Text Example

White with #A41E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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