Html Css Color HEX #A03A8F Medium Red Violet

📋 copy color: '#A03A8F'

red 160 ◦ green 58 ◦ blue 143

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

Shades of Medium Red Violet #A03A8F

Tints of Medium Red Violet #A03A8F

RGB

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

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

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

R = 44.32%
G = 16.07%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#A03A8F (or 0xA03A8F) is known color: Medium Red Violet. HEX triplet: A0, 3A and 8F. RGB value is (160,58,143). Sum of RGB (Red+Green+Blue) = 160+58+143=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 58 (23.05% from 255 or 16.07% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A03A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03A8F is #5FC570. Grayscale: #616161. Windows color (decimal): -6276465 or 9386656. OLE color: 9386656.

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

Color convert

RGB 160 58 143 -
CMYK 0 0.64 0.11 0.37
HSL 310º 0.47% 0.43% -
HSV(B) 310º 0.64% 0.63% -
XYZ 20.97 12.48 27.29 -
YUV 98.19 153.29 172.09 -
System Red Green Blue C M Y K H S L
Decimal 160 58 143 0 0.64 0.11 0.37 310 0.47 0.43
Hex A0 3A 8F 0 40 B 25 136 2F 2B
Octal 240 72 217 0 100 13 45 466 57 53
Binary 10100000 111010 10001111 0 1000000 1011 100101 100110110 101111 101011

Color Harmonies of #A03A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03A8F

Black with #A03A8F

Text Example


Text Example

White with #A03A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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