Html Css Color HEX #A74284 Medium Red Violet

📋 copy color: '#A74284'

red 167 ◦ green 66 ◦ blue 132

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

Shades of Medium Red Violet #A74284

Tints of Medium Red Violet #A74284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 45.75%
G = 18.08%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A74284 (or 0xA74284) is known color: Medium Red Violet. HEX triplet: A7, 42 and 84. RGB value is (167,66,132). Sum of RGB (Red+Green+Blue) = 167+66+132=365 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.75% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 167 - color contains mainly: red. Hex color #A74284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74284 is #58BD7B. Grayscale: #676767. Windows color (decimal): -5815676 or 8667815. OLE color: 8667815.

HSL color Cylindrical-coordinate representation of color #A74284: hue angle of 320.79º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74284 is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 132 -
CMYK 0 0.60 0.21 0.35
HSL 320.79º 0.43% 0.46% -
HSV(B) 320.79º 0.6% 0.65% -
XYZ 22.05 13.78 23.33 -
YUV 103.72 143.96 173.13 -
System Red Green Blue C M Y K H S L
Decimal 167 66 132 0 0.60 0.21 0.35 320.79 0.43 0.46
Hex A7 42 84 0 3C 15 23 141 2B 2E
Octal 247 102 204 0 74 25 43 501 53 56
Binary 10100111 1000010 10000100 0 111100 10101 100011 101000001 101011 101110

Color Harmonies of #A74284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74284

Black with #A74284

Text Example


Text Example

White with #A74284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74284; }

 p { color: rgb(167,66,132); }

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

background-color css

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

 a { background-color: rgb(167,66,132); }

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

border-color css

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

 span { border-color: rgb(167,66,132); }

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