Html Css Color HEX #A74281 Medium Red Violet

📋 copy color: '#A74281'

red 167 ◦ green 66 ◦ blue 129

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

Shades of Medium Red Violet #A74281

Tints of Medium Red Violet #A74281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 46.13%
G = 18.23%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A74281 (or 0xA74281) is known color: Medium Red Violet. HEX triplet: A7, 42 and 81. RGB value is (167,66,129). Sum of RGB (Red+Green+Blue) = 167+66+129=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A74281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74281 is #58BD7E. Grayscale: #676767. Windows color (decimal): -5815679 or 8471207. OLE color: 8471207.

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

Color convert

RGB 167 66 129 -
CMYK 0 0.60 0.23 0.35
HSL 322.57º 0.43% 0.46% -
HSV(B) 322.57º 0.6% 0.65% -
XYZ 21.85 13.7 22.26 -
YUV 103.38 142.46 173.38 -
System Red Green Blue C M Y K H S L
Decimal 167 66 129 0 0.60 0.23 0.35 322.57 0.43 0.46
Hex A7 42 81 0 3C 17 23 143 2B 2E
Octal 247 102 201 0 74 27 43 503 53 56
Binary 10100111 1000010 10000001 0 111100 10111 100011 101000011 101011 101110

Color Harmonies of #A74281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74281

Black with #A74281

Text Example


Text Example

White with #A74281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74281; }

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

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

background-color css

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

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

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

border-color css

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

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

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