Html Css Color HEX #A04689 Medium Red Violet

📋 copy color: '#A04689'

red 160 ◦ green 70 ◦ blue 137

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

Shades of Medium Red Violet #A04689

Tints of Medium Red Violet #A04689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.33%

R = 43.6%
G = 19.07%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A04689 (or 0xA04689) is known color: Medium Red Violet. HEX triplet: A0, 46 and 89. RGB value is (160,70,137). Sum of RGB (Red+Green+Blue) = 160+70+137=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A04689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04689 is #5FB976. Grayscale: #686868. Windows color (decimal): -6273399 or 8996512. OLE color: 8996512.

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

Color convert

RGB 160 70 137 -
CMYK 0 0.56 0.14 0.37
HSL 315.33º 0.39% 0.45% -
HSV(B) 315.33º 0.56% 0.63% -
XYZ 21.2 13.66 25.19 -
YUV 104.55 146.32 167.55 -
System Red Green Blue C M Y K H S L
Decimal 160 70 137 0 0.56 0.14 0.37 315.33 0.39 0.45
Hex A0 46 89 0 38 E 25 13B 27 2D
Octal 240 106 211 0 70 16 45 473 47 55
Binary 10100000 1000110 10001001 0 111000 1110 100101 100111011 100111 101101

Color Harmonies of #A04689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04689

Black with #A04689

Text Example


Text Example

White with #A04689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04689; }

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

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

background-color css

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

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

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

border-color css

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

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

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