Html Css Color HEX #A12985 Medium Red Violet

📋 copy color: '#A12985'

red 161 ◦ green 41 ◦ blue 133

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

Shades of Medium Red Violet #A12985

Tints of Medium Red Violet #A12985

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.24%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 48.06%
G = 12.24%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A12985 (or 0xA12985) is known color: Medium Red Violet. HEX triplet: A1, 29 and 85. RGB value is (161,41,133). Sum of RGB (Red+Green+Blue) = 161+41+133=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 41 (16.41% from 255 or 12.24% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A12985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12985 is #5ED67A. Grayscale: #575757. Windows color (decimal): -6215291 or 8726945. OLE color: 8726945.

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

Color convert

RGB 161 41 133 -
CMYK 0 0.75 0.17 0.37
HSL 314º 0.59% 0.4% -
HSV(B) 314º 0.75% 0.63% -
XYZ 19.72 10.86 23.25 -
YUV 87.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 161 41 133 0 0.75 0.17 0.37 314 0.59 0.4
Hex A1 29 85 0 4B 11 25 13A 3B 28
Octal 241 51 205 0 113 21 45 472 73 50
Binary 10100001 101001 10000101 0 1001011 10001 100101 100111010 111011 101000

Color Harmonies of #A12985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12985

Black with #A12985

Text Example


Text Example

White with #A12985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12985; }

 p { color: rgb(161,41,133); }

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

background-color css

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

 a { background-color: rgb(161,41,133); }

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

border-color css

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

 span { border-color: rgb(161,41,133); }

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