Html Css Color HEX #A4408E Medium Red Violet

📋 copy color: '#A4408E'

red 164 ◦ green 64 ◦ blue 142

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

Shades of Medium Red Violet #A4408E

Tints of Medium Red Violet #A4408E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 44.32%
G = 17.3%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4408E (or 0xA4408E) is known color: Medium Red Violet. HEX triplet: A4, 40 and 8E. RGB value is (164,64,142). Sum of RGB (Red+Green+Blue) = 164+64+142=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A4408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4408E is #5BBF71. Grayscale: #666666. Windows color (decimal): -6012786 or 9322660. OLE color: 9322660.

HSL color Cylindrical-coordinate representation of color #A4408E: hue angle of 313.2º 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 #A4408E is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 64 142 -
CMYK 0 0.61 0.13 0.36
HSL 313.2º 0.44% 0.45% -
HSV(B) 313.2º 0.61% 0.64% -
XYZ 22.03 13.51 27.04 -
YUV 102.79 150.13 171.66 -
System Red Green Blue C M Y K H S L
Decimal 164 64 142 0 0.61 0.13 0.36 313.2 0.44 0.45
Hex A4 40 8E 0 3D D 24 139 2C 2D
Octal 244 100 216 0 75 15 44 471 54 55
Binary 10100100 1000000 10001110 0 111101 1101 100100 100111001 101100 101101

Color Harmonies of #A4408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4408E

Black with #A4408E

Text Example


Text Example

White with #A4408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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