Html Css Color HEX #A74087 Medium Red Violet

📋 copy color: '#A74087'

red 167 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A74087

Tints of Medium Red Violet #A74087

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.49%

 BLUE value IS 135 (53.13% from 255) = 36.89%

R = 45.63%
G = 17.49%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A74087 (or 0xA74087) is known color: Medium Red Violet. HEX triplet: A7, 40 and 87. RGB value is (167,64,135). Sum of RGB (Red+Green+Blue) = 167+64+135=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A74087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A74087 is #58BF78. Grayscale: #666666. Windows color (decimal): -5816185 or 8863911. OLE color: 8863911.

HSL color Cylindrical-coordinate representation of color #A74087: hue angle of 318.64º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A74087 is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 64 135 -
CMYK 0 0.62 0.19 0.35
HSL 318.64º 0.45% 0.45% -
HSV(B) 318.64º 0.62% 0.65% -
XYZ 22.14 13.63 24.39 -
YUV 102.89 146.12 173.73 -
System Red Green Blue C M Y K H S L
Decimal 167 64 135 0 0.62 0.19 0.35 318.64 0.45 0.45
Hex A7 40 87 0 3E 13 23 13F 2D 2D
Octal 247 100 207 0 76 23 43 477 55 55
Binary 10100111 1000000 10000111 0 111110 10011 100011 100111111 101101 101101

Color Harmonies of #A74087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74087

Black with #A74087

Text Example


Text Example

White with #A74087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74087; }

 p { color: rgb(167,64,135); }

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

background-color css

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

 a { background-color: rgb(167,64,135); }

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

border-color css

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

 span { border-color: rgb(167,64,135); }

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