Html Css Color HEX #A0408F Medium Red Violet

📋 copy color: '#A0408F'

red 160 ◦ green 64 ◦ blue 143

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

Shades of Medium Red Violet #A0408F

Tints of Medium Red Violet #A0408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 43.6%
G = 17.44%
B = 38.96%

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

#A0408F (or 0xA0408F) is known color: Medium Red Violet. HEX triplet: A0, 40 and 8F. RGB value is (160,64,143). Sum of RGB (Red+Green+Blue) = 160+64+143=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0408F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A0408F is #5FBF70. Grayscale: #656565. Windows color (decimal): -6274929 or 9388192. OLE color: 9388192.

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

Color convert

RGB 160 64 143 -
CMYK 0 0.6 0.11 0.37
HSL 310.63º 0.43% 0.44% -
HSV(B) 310.63º 0.6% 0.63% -
XYZ 21.29 13.12 27.4 -
YUV 101.71 151.3 169.58 -
System Red Green Blue C M Y K H S L
Decimal 160 64 143 0 0.6 0.11 0.37 310.63 0.43 0.44
Hex A0 40 8F 0 3C B 25 137 2B 2C
Octal 240 100 217 0 74 13 45 467 53 54
Binary 10100000 1000000 10001111 0 111100 1011 100101 100110111 101011 101100

Color Harmonies of #A0408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0408F

Black with #A0408F

Text Example


Text Example

White with #A0408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0408F; }

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

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

background-color css

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

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

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

border-color css

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

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

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