Html Css Color HEX #A03A7C Medium Red Violet

📋 copy color: '#A03A7C'

red 160 ◦ green 58 ◦ blue 124

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

Shades of Medium Red Violet #A03A7C

Tints of Medium Red Violet #A03A7C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.96%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 46.78%
G = 16.96%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A03A7C (or 0xA03A7C) is known color: Medium Red Violet. HEX triplet: A0, 3A and 7C. RGB value is (160,58,124). Sum of RGB (Red+Green+Blue) = 160+58+124=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 58 (23.05% from 255 or 16.96% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03A7C is #5FC583. Grayscale: #5F5F5F. Windows color (decimal): -6276484 or 8141472. OLE color: 8141472.

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

Color convert

RGB 160 58 124 -
CMYK 0 0.64 0.22 0.37
HSL 321.18º 0.47% 0.43% -
HSV(B) 321.18º 0.64% 0.63% -
XYZ 19.65 11.95 20.34 -
YUV 96.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 160 58 124 0 0.64 0.22 0.37 321.18 0.47 0.43
Hex A0 3A 7C 0 40 16 25 141 2F 2B
Octal 240 72 174 0 100 26 45 501 57 53
Binary 10100000 111010 1111100 0 1000000 10110 100101 101000001 101111 101011

Color Harmonies of #A03A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A7C

Black with #A03A7C

Text Example


Text Example

White with #A03A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A7C; }

 p { color: rgb(160,58,124); }

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

background-color css

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

 a { background-color: rgb(160,58,124); }

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

border-color css

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

 span { border-color: rgb(160,58,124); }

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