Html Css Color HEX #A43077 Medium Red Violet

📋 copy color: '#A43077'

red 164 ◦ green 48 ◦ blue 119

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

Shades of Medium Red Violet #A43077

Tints of Medium Red Violet #A43077

RGB

 RED value IS 164 (64.45% from 255) = 49.55%

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 119 (46.88% from 255) = 35.95%

R = 49.55%
G = 14.5%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A43077 (or 0xA43077) is known color: Medium Red Violet. HEX triplet: A4, 30 and 77. RGB value is (164,48,119). Sum of RGB (Red+Green+Blue) = 164+48+119=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 119 (46.88% from 255 or 35.95% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A43077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43077 is #5BCF88. Grayscale: #5A5A5A. Windows color (decimal): -6016905 or 7811236. OLE color: 7811236.

HSL color Cylindrical-coordinate representation of color #A43077: hue angle of 323.28º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A43077 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 48 119 -
CMYK 0 0.71 0.27 0.36
HSL 323.28º 0.55% 0.42% -
HSV(B) 323.28º 0.71% 0.64% -
XYZ 19.7 11.34 18.6 -
YUV 90.78 143.93 180.23 -
System Red Green Blue C M Y K H S L
Decimal 164 48 119 0 0.71 0.27 0.36 323.28 0.55 0.42
Hex A4 30 77 0 47 1B 24 143 37 2A
Octal 244 60 167 0 107 33 44 503 67 52
Binary 10100100 110000 1110111 0 1000111 11011 100100 101000011 110111 101010

Color Harmonies of #A43077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43077

Black with #A43077

Text Example


Text Example

White with #A43077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43077; }

 p { color: rgb(164,48,119); }

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

background-color css

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

 a { background-color: rgb(164,48,119); }

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

border-color css

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

 span { border-color: rgb(164,48,119); }

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