Html Css Color HEX #A4337E Medium Red Violet

📋 copy color: '#A4337E'

red 164 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #A4337E

Tints of Medium Red Violet #A4337E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.95%

R = 48.09%
G = 14.96%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4337E (or 0xA4337E) is known color: Medium Red Violet. HEX triplet: A4, 33 and 7E. RGB value is (164,51,126). Sum of RGB (Red+Green+Blue) = 164+51+126=341 (45% of max value = 765). Red value is 164 (64.45% from 255 or 48.09% from 341); Green value is 51 (20.31% from 255 or 14.96% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 164 - color contains mainly: red. Hex color #A4337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4337E is #5BCC81. Grayscale: #5D5D5D. Windows color (decimal): -6016130 or 8270756. OLE color: 8270756.

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

Color convert

RGB 164 51 126 -
CMYK 0 0.69 0.23 0.36
HSL 320.18º 0.53% 0.42% -
HSV(B) 320.18º 0.69% 0.64% -
XYZ 20.26 11.77 20.94 -
YUV 93.34 146.44 178.4 -
System Red Green Blue C M Y K H S L
Decimal 164 51 126 0 0.69 0.23 0.36 320.18 0.53 0.42
Hex A4 33 7E 0 45 17 24 140 35 2A
Octal 244 63 176 0 105 27 44 500 65 52
Binary 10100100 110011 1111110 0 1000101 10111 100100 101000000 110101 101010

Color Harmonies of #A4337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4337E

Black with #A4337E

Text Example


Text Example

White with #A4337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4337E; }

 p { color: rgb(164,51,126); }

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

background-color css

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

 a { background-color: rgb(164,51,126); }

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

border-color css

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

 span { border-color: rgb(164,51,126); }

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