Html Css Color HEX #A03075 Medium Red Violet

📋 copy color: '#A03075'

red 160 ◦ green 48 ◦ blue 117

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

Shades of Medium Red Violet #A03075

Tints of Medium Red Violet #A03075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.77%

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

R = 49.23%
G = 14.77%
B = 36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A03075 (or 0xA03075) is known color: Medium Red Violet. HEX triplet: A0, 30 and 75. RGB value is (160,48,117). Sum of RGB (Red+Green+Blue) = 160+48+117=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 117 (46.09% from 255 or 36% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A03075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03075 is #5FCF8A. Grayscale: #595959. Windows color (decimal): -6279051 or 7680160. OLE color: 7680160.

HSL color Cylindrical-coordinate representation of color #A03075: hue angle of 323.04º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A03075 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 117 -
CMYK 0 0.70 0.27 0.37
HSL 323.04º 0.54% 0.41% -
HSV(B) 323.04º 0.7% 0.63% -
XYZ 18.77 10.87 17.94 -
YUV 89.35 143.61 178.39 -
System Red Green Blue C M Y K H S L
Decimal 160 48 117 0 0.70 0.27 0.37 323.04 0.54 0.41
Hex A0 30 75 0 46 1B 25 143 36 29
Octal 240 60 165 0 106 33 45 503 66 51
Binary 10100000 110000 1110101 0 1000110 11011 100101 101000011 110110 101001

Color Harmonies of #A03075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03075

Black with #A03075

Text Example


Text Example

White with #A03075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03075; }

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

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

background-color css

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

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

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

border-color css

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

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

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