Html Css Color HEX #A03192 Medium Red Violet

📋 copy color: '#A03192'

red 160 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #A03192

Tints of Medium Red Violet #A03192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

 BLUE value IS 146 (57.42% from 255) = 41.13%

R = 45.07%
G = 13.8%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#A03192 (or 0xA03192) is known color: Medium Red Violet. HEX triplet: A0, 31 and 92. RGB value is (160,49,146). Sum of RGB (Red+Green+Blue) = 160+49+146=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A03192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03192 is #5FCE6D. Grayscale: #5C5C5C. Windows color (decimal): -6278766 or 9580960. OLE color: 9580960.

HSL color Cylindrical-coordinate representation of color #A03192: hue angle of 307.57º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A03192 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 146 -
CMYK 0 0.69 0.09 0.37
HSL 307.57º 0.53% 0.41% -
HSV(B) 307.57º 0.69% 0.63% -
XYZ 20.78 11.75 28.37 -
YUV 93.25 157.77 175.61 -
System Red Green Blue C M Y K H S L
Decimal 160 49 146 0 0.69 0.09 0.37 307.57 0.53 0.41
Hex A0 31 92 0 45 9 25 134 35 29
Octal 240 61 222 0 105 11 45 464 65 51
Binary 10100000 110001 10010010 0 1000101 1001 100101 100110100 110101 101001

Color Harmonies of #A03192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03192

Black with #A03192

Text Example


Text Example

White with #A03192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03192; }

 p { color: rgb(160,49,146); }

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

background-color css

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

 a { background-color: rgb(160,49,146); }

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

border-color css

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

 span { border-color: rgb(160,49,146); }

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