Html Css Color HEX #A04681 Medium Red Violet

📋 copy color: '#A04681'

red 160 ◦ green 70 ◦ blue 129

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

Shades of Medium Red Violet #A04681

Tints of Medium Red Violet #A04681

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.5%

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

R = 44.57%
G = 19.5%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04681 (or 0xA04681) is known color: Medium Red Violet. HEX triplet: A0, 46 and 81. RGB value is (160,70,129). Sum of RGB (Red+Green+Blue) = 160+70+129=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A04681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04681 is #5FB97E. Grayscale: #676767. Windows color (decimal): -6273407 or 8472224. OLE color: 8472224.

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

Color convert

RGB 160 70 129 -
CMYK 0 0.56 0.19 0.37
HSL 320.67º 0.39% 0.45% -
HSV(B) 320.67º 0.56% 0.63% -
XYZ 20.65 13.44 22.27 -
YUV 103.64 142.32 168.2 -
System Red Green Blue C M Y K H S L
Decimal 160 70 129 0 0.56 0.19 0.37 320.67 0.39 0.45
Hex A0 46 81 0 38 13 25 141 27 2D
Octal 240 106 201 0 70 23 45 501 47 55
Binary 10100000 1000110 10000001 0 111000 10011 100101 101000001 100111 101101

Color Harmonies of #A04681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04681

Black with #A04681

Text Example


Text Example

White with #A04681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04681; }

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

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

background-color css

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

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

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

border-color css

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

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

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