Html Css Color HEX #A03482 Medium Red Violet

📋 copy color: '#A03482'

red 160 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #A03482

Tints of Medium Red Violet #A03482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

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

R = 46.78%
G = 15.2%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A03482 (or 0xA03482) is known color: Medium Red Violet. HEX triplet: A0, 34 and 82. RGB value is (160,52,130). Sum of RGB (Red+Green+Blue) = 160+52+130=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A03482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A03482 is #5FCB7D. Grayscale: #5C5C5C. Windows color (decimal): -6278014 or 8533152. OLE color: 8533152.

HSL color Cylindrical-coordinate representation of color #A03482: hue angle of 316.67º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A03482 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 130 -
CMYK 0 0.68 0.19 0.37
HSL 316.67º 0.51% 0.42% -
HSV(B) 316.67º 0.68% 0.63% -
XYZ 19.75 11.54 22.31 -
YUV 93.18 148.78 175.66 -
System Red Green Blue C M Y K H S L
Decimal 160 52 130 0 0.68 0.19 0.37 316.67 0.51 0.42
Hex A0 34 82 0 44 13 25 13D 33 2A
Octal 240 64 202 0 104 23 45 475 63 52
Binary 10100000 110100 10000010 0 1000100 10011 100101 100111101 110011 101010

Color Harmonies of #A03482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03482

Black with #A03482

Text Example


Text Example

White with #A03482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03482; }

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

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

background-color css

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

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

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

border-color css

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

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

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