Html Css Color HEX #A0408C Medium Red Violet

📋 copy color: '#A0408C'

red 160 ◦ green 64 ◦ blue 140

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

Shades of Medium Red Violet #A0408C

Tints of Medium Red Violet #A0408C

RGB

 RED value IS 160 (62.89% from 255) = 43.96%

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

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

R = 43.96%
G = 17.58%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#A0408C (or 0xA0408C) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8C. RGB value is (160,64,140). Sum of RGB (Red+Green+Blue) = 160+64+140=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 64 (25.39% from 255 or 17.58% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408C is #5FBF73. Grayscale: #656565. Windows color (decimal): -6274932 or 9191584. OLE color: 9191584.

HSL color Cylindrical-coordinate representation of color #A0408C: hue angle of 312.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0408C is Cyan = 0, Magento = 0.6, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 140 -
CMYK 0 0.6 0.12 0.37
HSL 312.5º 0.43% 0.44% -
HSV(B) 312.5º 0.6% 0.63% -
XYZ 21.06 13.03 26.22 -
YUV 101.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 160 64 140 0 0.6 0.12 0.37 312.5 0.43 0.44
Hex A0 40 8C 0 3C C 25 138 2B 2C
Octal 240 100 214 0 74 14 45 470 53 54
Binary 10100000 1000000 10001100 0 111100 1100 100101 100111000 101011 101100

Color Harmonies of #A0408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0408C

Black with #A0408C

Text Example


Text Example

White with #A0408C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0408C; }

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

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

background-color css

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

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

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

border-color css

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

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

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