Html Css Color HEX #A11CA4 Dark Magenta

📋 copy color: '#A11CA4'

red 161 ◦ green 28 ◦ blue 164

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

Shades of Dark Magenta #A11CA4

Tints of Dark Magenta #A11CA4

RGB

 RED value IS 161 (63.28% from 255) = 45.61%

 GREEN value IS 28 (11.33% from 255) = 7.93%

 BLUE value IS 164 (64.45% from 255) = 46.46%

R = 45.61%
G = 7.93%
B = 46.46%

CMYK

 C value IS 0.02

 M value IS 0.83

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A11CA4 (or 0xA11CA4) is known color: Dark Magenta. HEX triplet: A1, 1C and A4. RGB value is (161,28,164). Sum of RGB (Red+Green+Blue) = 161+28+164=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 164 (64.45% from 255 or 46.46% from 353); Max value from RGB is 164 - color contains mainly: blue. Hex color #A11CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A11CA4 is #5EE35B. Grayscale: #525252. Windows color (decimal): -6218588 or 10755233. OLE color: 10755233.

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

Color convert

RGB 161 28 164 -
CMYK 0.02 0.83 0 0.36
HSL 298.68º 0.71% 0.38% -
HSV(B) 298.68º 0.83% 0.64% -
XYZ 21.81 11.09 36.11 -
YUV 83.27 173.56 183.44 -
System Red Green Blue C M Y K H S L
Decimal 161 28 164 0.02 0.83 0 0.36 298.68 0.71 0.38
Hex A1 1C A4 2 53 0 24 12B 47 26
Octal 241 34 244 2 123 0 44 453 107 46
Binary 10100001 11100 10100100 10 1010011 0 100100 100101011 1000111 100110

Color Harmonies of #A11CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11CA4

Black with #A11CA4

Text Example


Text Example

White with #A11CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11CA4; }

 p { color: rgb(161,28,164); }

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

background-color css

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

 a { background-color: rgb(161,28,164); }

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

border-color css

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

 span { border-color: rgb(161,28,164); }

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