Html Css Color HEX #A0408E Medium Red Violet

📋 copy color: '#A0408E'

red 160 ◦ green 64 ◦ blue 142

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

Shades of Medium Red Violet #A0408E

Tints of Medium Red Violet #A0408E

RGB

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

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

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

R = 43.72%
G = 17.49%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A0408E (or 0xA0408E) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8E. RGB value is (160,64,142). Sum of RGB (Red+Green+Blue) = 160+64+142=366 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.72% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408E is #5FBF71. Grayscale: #656565. Windows color (decimal): -6274930 or 9322656. OLE color: 9322656.

HSL color Cylindrical-coordinate representation of color #A0408E: hue angle of 311.25º 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 #A0408E is Cyan = 0, Magento = 0.6, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 64 142 -
CMYK 0 0.6 0.11 0.37
HSL 311.25º 0.43% 0.44% -
HSV(B) 311.25º 0.6% 0.63% -
XYZ 21.21 13.09 27 -
YUV 101.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 160 64 142 0 0.6 0.11 0.37 311.25 0.43 0.44
Hex A0 40 8E 0 3C B 25 137 2B 2C
Octal 240 100 216 0 74 13 45 467 53 54
Binary 10100000 1000000 10001110 0 111100 1011 100101 100110111 101011 101100

Color Harmonies of #A0408E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0408E

Black with #A0408E

Text Example


Text Example

White with #A0408E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0408E; }

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

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

background-color css

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

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

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

border-color css

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

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

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