Html Css Color HEX #A13275 Medium Red Violet

📋 copy color: '#A13275'

red 161 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #A13275

Tints of Medium Red Violet #A13275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.24%

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

R = 49.09%
G = 15.24%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A13275 (or 0xA13275) is known color: Medium Red Violet. HEX triplet: A1, 32 and 75. RGB value is (161,50,117). Sum of RGB (Red+Green+Blue) = 161+50+117=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A13275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13275 is #5ECD8A. Grayscale: #5A5A5A. Windows color (decimal): -6213003 or 7680673. OLE color: 7680673.

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

Color convert

RGB 161 50 117 -
CMYK 0 0.69 0.27 0.37
HSL 323.78º 0.53% 0.41% -
HSV(B) 323.78º 0.69% 0.63% -
XYZ 19.05 11.14 17.98 -
YUV 90.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 161 50 117 0 0.69 0.27 0.37 323.78 0.53 0.41
Hex A1 32 75 0 45 1B 25 144 35 29
Octal 241 62 165 0 105 33 45 504 65 51
Binary 10100001 110010 1110101 0 1000101 11011 100101 101000100 110101 101001

Color Harmonies of #A13275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13275

Black with #A13275

Text Example


Text Example

White with #A13275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13275; }

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

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

background-color css

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

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

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

border-color css

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

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

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