Html Css Color HEX #A03E8B Medium Red Violet

📋 copy color: '#A03E8B'

red 160 ◦ green 62 ◦ blue 139

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

Shades of Medium Red Violet #A03E8B

Tints of Medium Red Violet #A03E8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.5%

R = 44.32%
G = 17.17%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.37

RGB Variations

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

Color information

#A03E8B (or 0xA03E8B) is known color: Medium Red Violet. HEX triplet: A0, 3E and 8B. RGB value is (160,62,139). Sum of RGB (Red+Green+Blue) = 160+62+139=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03E8B is #5FC174. Grayscale: #636363. Windows color (decimal): -6275445 or 9125536. OLE color: 9125536.

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

Color convert

RGB 160 62 139 -
CMYK 0 0.61 0.13 0.37
HSL 312.86º 0.44% 0.44% -
HSV(B) 312.86º 0.61% 0.63% -
XYZ 20.88 12.78 25.79 -
YUV 100.08 149.97 170.74 -
System Red Green Blue C M Y K H S L
Decimal 160 62 139 0 0.61 0.13 0.37 312.86 0.44 0.44
Hex A0 3E 8B 0 3D D 25 139 2C 2C
Octal 240 76 213 0 75 15 45 471 54 54
Binary 10100000 111110 10001011 0 111101 1101 100101 100111001 101100 101100

Color Harmonies of #A03E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03E8B

Black with #A03E8B

Text Example


Text Example

White with #A03E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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