Html Css Color HEX #A04683 Medium Red Violet

📋 copy color: '#A04683'

red 160 ◦ green 70 ◦ blue 131

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

Shades of Medium Red Violet #A04683

Tints of Medium Red Violet #A04683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 44.32%
G = 19.39%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A04683 (or 0xA04683) is known color: Medium Red Violet. HEX triplet: A0, 46 and 83. RGB value is (160,70,131). Sum of RGB (Red+Green+Blue) = 160+70+131=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A04683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A04683 is #5FB97C. Grayscale: #676767. Windows color (decimal): -6273405 or 8603296. OLE color: 8603296.

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

Color convert

RGB 160 70 131 -
CMYK 0 0.56 0.18 0.37
HSL 319.33º 0.39% 0.45% -
HSV(B) 319.33º 0.56% 0.63% -
XYZ 20.78 13.49 22.98 -
YUV 103.86 143.32 168.04 -
System Red Green Blue C M Y K H S L
Decimal 160 70 131 0 0.56 0.18 0.37 319.33 0.39 0.45
Hex A0 46 83 0 38 12 25 13F 27 2D
Octal 240 106 203 0 70 22 45 477 47 55
Binary 10100000 1000110 10000011 0 111000 10010 100101 100111111 100111 101101

Color Harmonies of #A04683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04683

Black with #A04683

Text Example


Text Example

White with #A04683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04683; }

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

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

background-color css

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

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

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

border-color css

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

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

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