Html Css Color HEX #A74283 Medium Red Violet

📋 copy color: '#A74283'

red 167 ◦ green 66 ◦ blue 131

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

Shades of Medium Red Violet #A74283

Tints of Medium Red Violet #A74283

RGB

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

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

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

R = 45.88%
G = 18.13%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A74283 (or 0xA74283) is known color: Medium Red Violet. HEX triplet: A7, 42 and 83. RGB value is (167,66,131). Sum of RGB (Red+Green+Blue) = 167+66+131=364 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.88% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 167 - color contains mainly: red. Hex color #A74283 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74283 is #58BD7C. Grayscale: #676767. Windows color (decimal): -5815677 or 8602279. OLE color: 8602279.

HSL color Cylindrical-coordinate representation of color #A74283: hue angle of 321.39º 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 #A74283 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 66 131 -
CMYK 0 0.60 0.22 0.35
HSL 321.39º 0.43% 0.46% -
HSV(B) 321.39º 0.6% 0.65% -
XYZ 21.98 13.75 22.97 -
YUV 103.61 143.46 173.21 -
System Red Green Blue C M Y K H S L
Decimal 167 66 131 0 0.60 0.22 0.35 321.39 0.43 0.46
Hex A7 42 83 0 3C 16 23 141 2B 2E
Octal 247 102 203 0 74 26 43 501 53 56
Binary 10100111 1000010 10000011 0 111100 10110 100011 101000001 101011 101110

Color Harmonies of #A74283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74283

Black with #A74283

Text Example


Text Example

White with #A74283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74283; }

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

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

background-color css

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

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

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

border-color css

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

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

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