Html Css Color HEX #A03275 Medium Red Violet

📋 copy color: '#A03275'

red 160 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #A03275

Tints of Medium Red Violet #A03275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.29%

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

R = 48.93%
G = 15.29%
B = 35.78%

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

#A03275 (or 0xA03275) is known color: Medium Red Violet. HEX triplet: A0, 32 and 75. RGB value is (160,50,117). Sum of RGB (Red+Green+Blue) = 160+50+117=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 50 (19.92% from 255 or 15.29% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A03275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A03275 is #5FCD8A. Grayscale: #5A5A5A. Windows color (decimal): -6278539 or 7680672. OLE color: 7680672.

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

Color convert

RGB 160 50 117 -
CMYK 0 0.69 0.27 0.37
HSL 323.45º 0.52% 0.41% -
HSV(B) 323.45º 0.69% 0.63% -
XYZ 18.85 11.04 17.97 -
YUV 90.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 160 50 117 0 0.69 0.27 0.37 323.45 0.52 0.41
Hex A0 32 75 0 45 1B 25 143 34 29
Octal 240 62 165 0 105 33 45 503 64 51
Binary 10100000 110010 1110101 0 1000101 11011 100101 101000011 110100 101001

Color Harmonies of #A03275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03275

Black with #A03275

Text Example


Text Example

White with #A03275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03275; }

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

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

background-color css

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

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

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

border-color css

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

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

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