Html Css Color HEX #A4408C Medium Red Violet

📋 copy color: '#A4408C'

red 164 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #A4408C

Tints of Medium Red Violet #A4408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.39%

 BLUE value IS 140 (55.08% from 255) = 38.04%

R = 44.57%
G = 17.39%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4408C (or 0xA4408C) is known color: Medium Red Violet. HEX triplet: A4, 40 and 8C. RGB value is (164,64,140). Sum of RGB (Red+Green+Blue) = 164+64+140=368 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.57% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 164 - color contains mainly: red. Hex color #A4408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4408C is #5BBF73. Grayscale: #666666. Windows color (decimal): -6012788 or 9191588. OLE color: 9191588.

HSL color Cylindrical-coordinate representation of color #A4408C: hue angle of 314.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A4408C is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 140 -
CMYK 0 0.61 0.15 0.36
HSL 314.4º 0.44% 0.45% -
HSV(B) 314.4º 0.61% 0.64% -
XYZ 21.88 13.45 26.25 -
YUV 102.56 149.13 171.82 -
System Red Green Blue C M Y K H S L
Decimal 164 64 140 0 0.61 0.15 0.36 314.4 0.44 0.45
Hex A4 40 8C 0 3D F 24 13A 2C 2D
Octal 244 100 214 0 75 17 44 472 54 55
Binary 10100100 1000000 10001100 0 111101 1111 100100 100111010 101100 101101

Color Harmonies of #A4408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4408C

Black with #A4408C

Text Example


Text Example

White with #A4408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4408C; }

 p { color: rgb(164,64,140); }

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

background-color css

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

 a { background-color: rgb(164,64,140); }

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

border-color css

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

 span { border-color: rgb(164,64,140); }

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