Html Css Color HEX #A04081 Medium Red Violet

📋 copy color: '#A04081'

red 160 ◦ green 64 ◦ blue 129

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

Shades of Medium Red Violet #A04081

Tints of Medium Red Violet #A04081

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.13%

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

R = 45.33%
G = 18.13%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.19

 K value IS 0.37

RGB Variations

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

Color information

#A04081 (or 0xA04081) is known color: Medium Red Violet. HEX triplet: A0, 40 and 81. RGB value is (160,64,129). Sum of RGB (Red+Green+Blue) = 160+64+129=353 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.33% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 160 - color contains mainly: red. Hex color #A04081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04081 is #5FBF7E. Grayscale: #636363. Windows color (decimal): -6274943 or 8470688. OLE color: 8470688.

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

Color convert

RGB 160 64 129 -
CMYK 0 0.6 0.19 0.37
HSL 319.38º 0.43% 0.44% -
HSV(B) 319.38º 0.6% 0.63% -
XYZ 20.29 12.73 22.16 -
YUV 100.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 160 64 129 0 0.6 0.19 0.37 319.38 0.43 0.44
Hex A0 40 81 0 3C 13 25 13F 2B 2C
Octal 240 100 201 0 74 23 45 477 53 54
Binary 10100000 1000000 10000001 0 111100 10011 100101 100111111 101011 101100

Color Harmonies of #A04081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04081

Black with #A04081

Text Example


Text Example

White with #A04081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04081; }

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

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

background-color css

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

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

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

border-color css

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

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

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