Html Css Color HEX #A03082 Medium Red Violet

📋 copy color: '#A03082'

red 160 ◦ green 48 ◦ blue 130

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

Shades of Medium Red Violet #A03082

Tints of Medium Red Violet #A03082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 47.34%
G = 14.2%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A03082 (or 0xA03082) is known color: Medium Red Violet. HEX triplet: A0, 30 and 82. RGB value is (160,48,130). Sum of RGB (Red+Green+Blue) = 160+48+130=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A03082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03082 is #5FCF7D. Grayscale: #5A5A5A. Windows color (decimal): -6279038 or 8532128. OLE color: 8532128.

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

Color convert

RGB 160 48 130 -
CMYK 0 0.70 0.19 0.37
HSL 316.07º 0.54% 0.41% -
HSV(B) 316.07º 0.7% 0.63% -
XYZ 19.58 11.2 22.25 -
YUV 90.84 150.11 177.33 -
System Red Green Blue C M Y K H S L
Decimal 160 48 130 0 0.70 0.19 0.37 316.07 0.54 0.41
Hex A0 30 82 0 46 13 25 13C 36 29
Octal 240 60 202 0 106 23 45 474 66 51
Binary 10100000 110000 10000010 0 1000110 10011 100101 100111100 110110 101001

Color Harmonies of #A03082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03082

Black with #A03082

Text Example


Text Example

White with #A03082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03082; }

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

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

background-color css

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

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

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

border-color css

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

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

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