Html Css Color HEX #A12875 Medium Red Violet

📋 copy color: '#A12875'

red 161 ◦ green 40 ◦ blue 117

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

Shades of Medium Red Violet #A12875

Tints of Medium Red Violet #A12875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.79%

R = 50.63%
G = 12.58%
B = 36.79%

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

#A12875 (or 0xA12875) is known color: Medium Red Violet. HEX triplet: A1, 28 and 75. RGB value is (161,40,117). Sum of RGB (Red+Green+Blue) = 161+40+117=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 117 (46.09% from 255 or 36.79% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A12875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A12875 is #5ED78A. Grayscale: #545454. Windows color (decimal): -6215563 or 7678113. OLE color: 7678113.

HSL color Cylindrical-coordinate representation of color #A12875: hue angle of 321.82º 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 #A12875 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 40 117 -
CMYK 0 0.75 0.27 0.37
HSL 321.82º 0.6% 0.39% -
HSV(B) 321.82º 0.75% 0.63% -
XYZ 18.67 10.38 17.85 -
YUV 84.96 146.09 182.24 -
System Red Green Blue C M Y K H S L
Decimal 161 40 117 0 0.75 0.27 0.37 321.82 0.6 0.39
Hex A1 28 75 0 4B 1B 25 142 3C 27
Octal 241 50 165 0 113 33 45 502 74 47
Binary 10100001 101000 1110101 0 1001011 11011 100101 101000010 111100 100111

Color Harmonies of #A12875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12875

Black with #A12875

Text Example


Text Example

White with #A12875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12875; }

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

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

background-color css

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

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

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

border-color css

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

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

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