Html Css Color HEX #A4278D Medium Red Violet

📋 copy color: '#A4278D'

red 164 ◦ green 39 ◦ blue 141

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

Shades of Medium Red Violet #A4278D

Tints of Medium Red Violet #A4278D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.34%

 BLUE value IS 141 (55.47% from 255) = 40.99%

R = 47.67%
G = 11.34%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4278D (or 0xA4278D) is known color: Medium Red Violet. HEX triplet: A4, 27 and 8D. RGB value is (164,39,141). Sum of RGB (Red+Green+Blue) = 164+39+141=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 39 (15.62% from 255 or 11.34% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A4278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4278D is #5BD872. Grayscale: #575757. Windows color (decimal): -6019187 or 9250724. OLE color: 9250724.

HSL color Cylindrical-coordinate representation of color #A4278D: hue angle of 311.04º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4278D is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 39 141 -
CMYK 0 0.76 0.14 0.36
HSL 311.04º 0.62% 0.4% -
HSV(B) 311.04º 0.76% 0.64% -
XYZ 20.84 11.27 26.28 -
YUV 88 157.91 182.21 -
System Red Green Blue C M Y K H S L
Decimal 164 39 141 0 0.76 0.14 0.36 311.04 0.62 0.4
Hex A4 27 8D 0 4C E 24 137 3E 28
Octal 244 47 215 0 114 16 44 467 76 50
Binary 10100100 100111 10001101 0 1001100 1110 100100 100110111 111110 101000

Color Harmonies of #A4278D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4278D

Black with #A4278D

Text Example


Text Example

White with #A4278D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4278D; }

 p { color: rgb(164,39,141); }

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

background-color css

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

 a { background-color: rgb(164,39,141); }

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

border-color css

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

 span { border-color: rgb(164,39,141); }

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