Html Css Color HEX #A03E8F Medium Red Violet

📋 copy color: '#A03E8F'

red 160 ◦ green 62 ◦ blue 143

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

Shades of Medium Red Violet #A03E8F

Tints of Medium Red Violet #A03E8F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 43.84%
G = 16.99%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A03E8F (or 0xA03E8F) is known color: Medium Red Violet. HEX triplet: A0, 3E and 8F. RGB value is (160,62,143). Sum of RGB (Red+Green+Blue) = 160+62+143=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E8F is #5FC170. Grayscale: #646464. Windows color (decimal): -6275441 or 9387680. OLE color: 9387680.

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

Color convert

RGB 160 62 143 -
CMYK 0 0.61 0.11 0.37
HSL 310.41º 0.44% 0.44% -
HSV(B) 310.41º 0.61% 0.63% -
XYZ 21.18 12.9 27.36 -
YUV 100.54 151.97 170.41 -
System Red Green Blue C M Y K H S L
Decimal 160 62 143 0 0.61 0.11 0.37 310.41 0.44 0.44
Hex A0 3E 8F 0 3D B 25 136 2C 2C
Octal 240 76 217 0 75 13 45 466 54 54
Binary 10100000 111110 10001111 0 111101 1011 100101 100110110 101100 101100

Color Harmonies of #A03E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E8F

Black with #A03E8F

Text Example


Text Example

White with #A03E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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