Html Css Color HEX #A04482 Medium Red Violet

📋 copy color: '#A04482'

red 160 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #A04482

Tints of Medium Red Violet #A04482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.99%

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

R = 44.69%
G = 18.99%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04482 (or 0xA04482) is known color: Medium Red Violet. HEX triplet: A0, 44 and 82. RGB value is (160,68,130). Sum of RGB (Red+Green+Blue) = 160+68+130=358 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.69% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 160 - color contains mainly: red. Hex color #A04482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04482 is #5FBB7D. Grayscale: #666666. Windows color (decimal): -6273918 or 8537248. OLE color: 8537248.

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

Color convert

RGB 160 68 130 -
CMYK 0 0.57 0.19 0.37
HSL 319.57º 0.4% 0.45% -
HSV(B) 319.57º 0.58% 0.63% -
XYZ 20.59 13.22 22.59 -
YUV 102.58 143.48 168.96 -
System Red Green Blue C M Y K H S L
Decimal 160 68 130 0 0.57 0.19 0.37 319.57 0.4 0.45
Hex A0 44 82 0 39 13 25 140 28 2D
Octal 240 104 202 0 71 23 45 500 50 55
Binary 10100000 1000100 10000010 0 111001 10011 100101 101000000 101000 101101

Color Harmonies of #A04482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04482

Black with #A04482

Text Example


Text Example

White with #A04482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04482; }

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

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

background-color css

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

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

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

border-color css

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

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

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