Html Css Color HEX #A74682 Medium Red Violet

📋 copy color: '#A74682'

red 167 ◦ green 70 ◦ blue 130

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

Shades of Medium Red Violet #A74682

Tints of Medium Red Violet #A74682

RGB

 RED value IS 167 (65.63% from 255) = 45.5%

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

 BLUE value IS 130 (51.17% from 255) = 35.42%

R = 45.5%
G = 19.07%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A74682 (or 0xA74682) is known color: Medium Red Violet. HEX triplet: A7, 46 and 82. RGB value is (167,70,130). Sum of RGB (Red+Green+Blue) = 167+70+130=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A74682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74682 is #58B97D. Grayscale: #696969. Windows color (decimal): -5814654 or 8537767. OLE color: 8537767.

HSL color Cylindrical-coordinate representation of color #A74682: hue angle of 322.89º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A74682 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 70 130 -
CMYK 0 0.58 0.22 0.35
HSL 322.89º 0.41% 0.46% -
HSV(B) 322.89º 0.58% 0.65% -
XYZ 22.16 14.21 22.69 -
YUV 105.84 141.64 171.62 -
System Red Green Blue C M Y K H S L
Decimal 167 70 130 0 0.58 0.22 0.35 322.89 0.41 0.46
Hex A7 46 82 0 3A 16 23 143 29 2E
Octal 247 106 202 0 72 26 43 503 51 56
Binary 10100111 1000110 10000010 0 111010 10110 100011 101000011 101001 101110

Color Harmonies of #A74682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74682

Black with #A74682

Text Example


Text Example

White with #A74682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74682; }

 p { color: rgb(167,70,130); }

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

background-color css

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

 a { background-color: rgb(167,70,130); }

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

border-color css

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

 span { border-color: rgb(167,70,130); }

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