Html Css Color HEX #A82E74 Medium Red Violet

📋 copy color: '#A82E74'

red 168 ◦ green 46 ◦ blue 116

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

Shades of Medium Red Violet #A82E74

Tints of Medium Red Violet #A82E74

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 50.91%
G = 13.94%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A82E74 (or 0xA82E74) is known color: Medium Red Violet. HEX triplet: A8, 2E and 74. RGB value is (168,46,116). Sum of RGB (Red+Green+Blue) = 168+46+116=330 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.91% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 168 - color contains mainly: red. Hex color #A82E74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A82E74 is #57D18B. Grayscale: #5A5A5A. Windows color (decimal): -5755276 or 7614120. OLE color: 7614120.

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

Color convert

RGB 168 46 116 -
CMYK 0 0.73 0.31 0.34
HSL 325.57º 0.57% 0.42% -
HSV(B) 325.57º 0.73% 0.66% -
XYZ 20.28 11.54 17.68 -
YUV 90.46 142.42 183.31 -
System Red Green Blue C M Y K H S L
Decimal 168 46 116 0 0.73 0.31 0.34 325.57 0.57 0.42
Hex A8 2E 74 0 49 1F 22 146 39 2A
Octal 250 56 164 0 111 37 42 506 71 52
Binary 10101000 101110 1110100 0 1001001 11111 100010 101000110 111001 101010

Color Harmonies of #A82E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82E74

Black with #A82E74

Text Example


Text Example

White with #A82E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82E74; }

 p { color: rgb(168,46,116); }

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

background-color css

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

 a { background-color: rgb(168,46,116); }

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

border-color css

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

 span { border-color: rgb(168,46,116); }

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