Html Css Color HEX #A114A3 Dark Magenta

📋 copy color: '#A114A3'

red 161 ◦ green 20 ◦ blue 163

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

Shades of Dark Magenta #A114A3

Tints of Dark Magenta #A114A3

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.81%

 BLUE value IS 163 (64.06% from 255) = 47.38%

R = 46.8%
G = 5.81%
B = 47.38%

CMYK

 C value IS 0.01

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A114A3 (or 0xA114A3) is known color: Dark Magenta. HEX triplet: A1, 14 and A3. RGB value is (161,20,163). Sum of RGB (Red+Green+Blue) = 161+20+163=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 20 (8.20% from 255 or 5.81% from 344); Blue value is 163 (64.06% from 255 or 47.38% from 344); Max value from RGB is 163 - color contains mainly: blue. Hex color #A114A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A114A3 is #5EEB5C. Grayscale: #4E4E4E. Windows color (decimal): -6220637 or 10687649. OLE color: 10687649.

HSL color Cylindrical-coordinate representation of color #A114A3: hue angle of 299.16º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A114A3 is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 161 20 163 -
CMYK 0.01 0.88 0 0.36
HSL 299.16º 0.78% 0.36% -
HSV(B) 299.16º 0.88% 0.64% -
XYZ 21.56 10.72 35.58 -
YUV 78.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 161 20 163 0.01 0.88 0 0.36 299.16 0.78 0.36
Hex A1 14 A3 1 58 0 24 12B 4E 24
Octal 241 24 243 1 130 0 44 453 116 44
Binary 10100001 10100 10100011 1 1011000 0 100100 100101011 1001110 100100

Color Harmonies of #A114A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A114A3

Black with #A114A3

Text Example


Text Example

White with #A114A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A114A3; }

 p { color: rgb(161,20,163); }

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

background-color css

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

 a { background-color: rgb(161,20,163); }

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

border-color css

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

 span { border-color: rgb(161,20,163); }

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