Html Css Color HEX #A12876 Medium Red Violet

📋 copy color: '#A12876'

red 161 ◦ green 40 ◦ blue 118

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

Shades of Medium Red Violet #A12876

Tints of Medium Red Violet #A12876

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

 BLUE value IS 118 (46.48% from 255) = 36.99%

R = 50.47%
G = 12.54%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A12876 (or 0xA12876) is known color: Medium Red Violet. HEX triplet: A1, 28 and 76. RGB value is (161,40,118). Sum of RGB (Red+Green+Blue) = 161+40+118=319 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.47% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 161 - color contains mainly: red. Hex color #A12876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12876 is #5ED789. Grayscale: #545454. Windows color (decimal): -6215562 or 7743649. OLE color: 7743649.

HSL color Cylindrical-coordinate representation of color #A12876: hue angle of 321.32º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12876 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 118 -
CMYK 0 0.75 0.27 0.37
HSL 321.32º 0.6% 0.39% -
HSV(B) 321.32º 0.75% 0.63% -
XYZ 18.73 10.4 18.16 -
YUV 85.07 146.59 182.16 -
System Red Green Blue C M Y K H S L
Decimal 161 40 118 0 0.75 0.27 0.37 321.32 0.6 0.39
Hex A1 28 76 0 4B 1B 25 141 3C 27
Octal 241 50 166 0 113 33 45 501 74 47
Binary 10100001 101000 1110110 0 1001011 11011 100101 101000001 111100 100111

Color Harmonies of #A12876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12876

Black with #A12876

Text Example


Text Example

White with #A12876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12876; }

 p { color: rgb(161,40,118); }

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

background-color css

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

 a { background-color: rgb(161,40,118); }

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

border-color css

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

 span { border-color: rgb(161,40,118); }

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