Html Css Color HEX #A04084 Medium Red Violet

📋 copy color: '#A04084'

red 160 ◦ green 64 ◦ blue 132

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

Shades of Medium Red Violet #A04084

Tints of Medium Red Violet #A04084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.08%

R = 44.94%
G = 17.98%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04084 (or 0xA04084) is known color: Medium Red Violet. HEX triplet: A0, 40 and 84. RGB value is (160,64,132). Sum of RGB (Red+Green+Blue) = 160+64+132=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 160 - color contains mainly: red. Hex color #A04084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04084 is #5FBF7B. Grayscale: #646464. Windows color (decimal): -6274940 or 8667296. OLE color: 8667296.

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

Color convert

RGB 160 64 132 -
CMYK 0 0.6 0.17 0.37
HSL 317.5º 0.43% 0.44% -
HSV(B) 317.5º 0.6% 0.63% -
XYZ 20.5 12.81 23.22 -
YUV 100.46 145.8 170.47 -
System Red Green Blue C M Y K H S L
Decimal 160 64 132 0 0.6 0.17 0.37 317.5 0.43 0.44
Hex A0 40 84 0 3C 11 25 13E 2B 2C
Octal 240 100 204 0 74 21 45 476 53 54
Binary 10100000 1000000 10000100 0 111100 10001 100101 100111110 101011 101100

Color Harmonies of #A04084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04084

Black with #A04084

Text Example


Text Example

White with #A04084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04084; }

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

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

background-color css

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

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

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

border-color css

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

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

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