Html Css Color HEX #A04481 Medium Red Violet

📋 copy color: '#A04481'

red 160 ◦ green 68 ◦ blue 129

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

Shades of Medium Red Violet #A04481

Tints of Medium Red Violet #A04481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 36.13%

R = 44.82%
G = 19.05%
B = 36.13%

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

#A04481 (or 0xA04481) is known color: Medium Red Violet. HEX triplet: A0, 44 and 81. RGB value is (160,68,129). Sum of RGB (Red+Green+Blue) = 160+68+129=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04481 is #5FBB7E. Grayscale: #666666. Windows color (decimal): -6273919 or 8471712. OLE color: 8471712.

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

Color convert

RGB 160 68 129 -
CMYK 0 0.57 0.19 0.37
HSL 320.22º 0.4% 0.45% -
HSV(B) 320.22º 0.58% 0.63% -
XYZ 20.53 13.19 22.23 -
YUV 102.46 142.98 169.04 -
System Red Green Blue C M Y K H S L
Decimal 160 68 129 0 0.57 0.19 0.37 320.22 0.4 0.45
Hex A0 44 81 0 39 13 25 140 28 2D
Octal 240 104 201 0 71 23 45 500 50 55
Binary 10100000 1000100 10000001 0 111001 10011 100101 101000000 101000 101101

Color Harmonies of #A04481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04481

Black with #A04481

Text Example


Text Example

White with #A04481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04481; }

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

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

background-color css

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

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

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

border-color css

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

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

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