Html Css Color HEX #A82C73 Medium Red Violet

📋 copy color: '#A82C73'

red 168 ◦ green 44 ◦ blue 115

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

Shades of Medium Red Violet #A82C73

Tints of Medium Red Violet #A82C73

RGB

 RED value IS 168 (66.02% from 255) = 51.38%

 GREEN value IS 44 (17.58% from 255) = 13.46%

 BLUE value IS 115 (45.31% from 255) = 35.17%

R = 51.38%
G = 13.46%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.34

RGB Variations

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

Color information

#A82C73 (or 0xA82C73) is known color: Medium Red Violet. HEX triplet: A8, 2C and 73. RGB value is (168,44,115). Sum of RGB (Red+Green+Blue) = 168+44+115=327 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.38% from 327); Green value is 44 (17.58% from 255 or 13.46% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82C73 is #57D38C. Grayscale: #595959. Windows color (decimal): -5755789 or 7548072. OLE color: 7548072.

HSL color Cylindrical-coordinate representation of color #A82C73: hue angle of 325.65º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A82C73 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 44 115 -
CMYK 0 0.74 0.32 0.34
HSL 325.65º 0.58% 0.42% -
HSV(B) 325.65º 0.74% 0.66% -
XYZ 20.14 11.36 17.35 -
YUV 89.17 142.58 184.23 -
System Red Green Blue C M Y K H S L
Decimal 168 44 115 0 0.74 0.32 0.34 325.65 0.58 0.42
Hex A8 2C 73 0 4A 20 22 146 3A 2A
Octal 250 54 163 0 112 40 42 506 72 52
Binary 10101000 101100 1110011 0 1001010 100000 100010 101000110 111010 101010

Color Harmonies of #A82C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C73

Black with #A82C73

Text Example


Text Example

White with #A82C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C73; }

 p { color: rgb(168,44,115); }

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

background-color css

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

 a { background-color: rgb(168,44,115); }

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

border-color css

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

 span { border-color: rgb(168,44,115); }

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