Html Css Color HEX #A03D7B Medium Red Violet

📋 copy color: '#A03D7B'

red 160 ◦ green 61 ◦ blue 123

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

Shades of Medium Red Violet #A03D7B

Tints of Medium Red Violet #A03D7B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.73%

 BLUE value IS 123 (48.44% from 255) = 35.76%

R = 46.51%
G = 17.73%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A03D7B (or 0xA03D7B) is known color: Medium Red Violet. HEX triplet: A0, 3D and 7B. RGB value is (160,61,123). Sum of RGB (Red+Green+Blue) = 160+61+123=344 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.51% from 344); Green value is 61 (24.22% from 255 or 17.73% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 160 - color contains mainly: red. Hex color #A03D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03D7B is #5FC284. Grayscale: #616161. Windows color (decimal): -6275717 or 8076704. OLE color: 8076704.

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

Color convert

RGB 160 61 123 -
CMYK 0 0.62 0.23 0.37
HSL 322.42º 0.45% 0.43% -
HSV(B) 322.42º 0.62% 0.63% -
XYZ 19.74 12.24 20.06 -
YUV 97.67 142.3 172.46 -
System Red Green Blue C M Y K H S L
Decimal 160 61 123 0 0.62 0.23 0.37 322.42 0.45 0.43
Hex A0 3D 7B 0 3E 17 25 142 2D 2B
Octal 240 75 173 0 76 27 45 502 55 53
Binary 10100000 111101 1111011 0 111110 10111 100101 101000010 101101 101011

Color Harmonies of #A03D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03D7B

Black with #A03D7B

Text Example


Text Example

White with #A03D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03D7B; }

 p { color: rgb(160,61,123); }

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

background-color css

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

 a { background-color: rgb(160,61,123); }

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

border-color css

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

 span { border-color: rgb(160,61,123); }

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