Html Css Color HEX #A03175 Medium Red Violet

📋 copy color: '#A03175'

red 160 ◦ green 49 ◦ blue 117

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

Shades of Medium Red Violet #A03175

Tints of Medium Red Violet #A03175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.89%

R = 49.08%
G = 15.03%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A03175 (or 0xA03175) is known color: Medium Red Violet. HEX triplet: A0, 31 and 75. RGB value is (160,49,117). Sum of RGB (Red+Green+Blue) = 160+49+117=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A03175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03175 is #5FCE8A. Grayscale: #595959. Windows color (decimal): -6278795 or 7680416. OLE color: 7680416.

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

Color convert

RGB 160 49 117 -
CMYK 0 0.69 0.27 0.37
HSL 323.24º 0.53% 0.41% -
HSV(B) 323.24º 0.69% 0.63% -
XYZ 18.81 10.95 17.95 -
YUV 89.94 143.27 177.97 -
System Red Green Blue C M Y K H S L
Decimal 160 49 117 0 0.69 0.27 0.37 323.24 0.53 0.41
Hex A0 31 75 0 45 1B 25 143 35 29
Octal 240 61 165 0 105 33 45 503 65 51
Binary 10100000 110001 1110101 0 1000101 11011 100101 101000011 110101 101001

Color Harmonies of #A03175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03175

Black with #A03175

Text Example


Text Example

White with #A03175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03175; }

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

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

background-color css

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

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

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

border-color css

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

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

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