Html Css Color HEX #A04484 Medium Red Violet

📋 copy color: '#A04484'

red 160 ◦ green 68 ◦ blue 132

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

Shades of Medium Red Violet #A04484

Tints of Medium Red Violet #A04484

RGB

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

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

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

R = 44.44%
G = 18.89%
B = 36.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A04484 (or 0xA04484) is known color: Medium Red Violet. HEX triplet: A0, 44 and 84. RGB value is (160,68,132). Sum of RGB (Red+Green+Blue) = 160+68+132=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A04484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04484 is #5FBB7B. Grayscale: #666666. Windows color (decimal): -6273916 or 8668320. OLE color: 8668320.

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

Color convert

RGB 160 68 132 -
CMYK 0 0.57 0.17 0.37
HSL 318.26º 0.4% 0.45% -
HSV(B) 318.26º 0.58% 0.63% -
XYZ 20.73 13.27 23.3 -
YUV 102.8 144.48 168.8 -
System Red Green Blue C M Y K H S L
Decimal 160 68 132 0 0.57 0.17 0.37 318.26 0.4 0.45
Hex A0 44 84 0 39 11 25 13E 28 2D
Octal 240 104 204 0 71 21 45 476 50 55
Binary 10100000 1000100 10000100 0 111001 10001 100101 100111110 101000 101101

Color Harmonies of #A04484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04484

Black with #A04484

Text Example


Text Example

White with #A04484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04484; }

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

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

background-color css

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

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

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

border-color css

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

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

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