Html Css Color HEX #A43274 Medium Red Violet

📋 copy color: '#A43274'

red 164 ◦ green 50 ◦ blue 116

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

Shades of Medium Red Violet #A43274

Tints of Medium Red Violet #A43274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 49.7%
G = 15.15%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A43274 (or 0xA43274) is known color: Medium Red Violet. HEX triplet: A4, 32 and 74. RGB value is (164,50,116). Sum of RGB (Red+Green+Blue) = 164+50+116=330 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.70% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 164 - color contains mainly: red. Hex color #A43274 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43274 is #5BCD8B. Grayscale: #5B5B5B. Windows color (decimal): -6016396 or 7615140. OLE color: 7615140.

HSL color Cylindrical-coordinate representation of color #A43274: hue angle of 325.26º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43274 is Cyan = 0, Magento = 0.70, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 116 -
CMYK 0 0.70 0.29 0.36
HSL 325.26º 0.53% 0.42% -
HSV(B) 325.26º 0.7% 0.64% -
XYZ 19.6 11.43 17.7 -
YUV 91.61 141.77 179.63 -
System Red Green Blue C M Y K H S L
Decimal 164 50 116 0 0.70 0.29 0.36 325.26 0.53 0.42
Hex A4 32 74 0 46 1D 24 145 35 2A
Octal 244 62 164 0 106 35 44 505 65 52
Binary 10100100 110010 1110100 0 1000110 11101 100100 101000101 110101 101010

Color Harmonies of #A43274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43274

Black with #A43274

Text Example


Text Example

White with #A43274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43274; }

 p { color: rgb(164,50,116); }

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

background-color css

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

 a { background-color: rgb(164,50,116); }

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

border-color css

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

 span { border-color: rgb(164,50,116); }

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