Html Css Color HEX #A53376 Medium Red Violet

📋 copy color: '#A53376'

red 165 ◦ green 51 ◦ blue 118

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

Shades of Medium Red Violet #A53376

Tints of Medium Red Violet #A53376

RGB

 RED value IS 165 (64.84% from 255) = 49.4%

 GREEN value IS 51 (20.31% from 255) = 15.27%

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

R = 49.4%
G = 15.27%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A53376 (or 0xA53376) is known color: Medium Red Violet. HEX triplet: A5, 33 and 76. RGB value is (165,51,118). Sum of RGB (Red+Green+Blue) = 165+51+118=334 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.40% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 118 (46.48% from 255 or 35.33% from 334); Max value from RGB is 165 - color contains mainly: red. Hex color #A53376 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A53376 is #5ACC89. Grayscale: #5C5C5C. Windows color (decimal): -5950602 or 7746469. OLE color: 7746469.

HSL color Cylindrical-coordinate representation of color #A53376: hue angle of 324.74º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53376 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 118 -
CMYK 0 0.69 0.28 0.35
HSL 324.74º 0.53% 0.42% -
HSV(B) 324.74º 0.69% 0.65% -
XYZ 19.97 11.67 18.34 -
YUV 92.72 142.27 179.55 -
System Red Green Blue C M Y K H S L
Decimal 165 51 118 0 0.69 0.28 0.35 324.74 0.53 0.42
Hex A5 33 76 0 45 1C 23 145 35 2A
Octal 245 63 166 0 105 34 43 505 65 52
Binary 10100101 110011 1110110 0 1000101 11100 100011 101000101 110101 101010

Color Harmonies of #A53376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A53376

Black with #A53376

Text Example


Text Example

White with #A53376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A53376; }

 p { color: rgb(165,51,118); }

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

background-color css

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

 a { background-color: rgb(165,51,118); }

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

border-color css

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

 span { border-color: rgb(165,51,118); }

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