Html Css Color HEX #A64787 Medium Red Violet

📋 copy color: '#A64787'

red 166 ◦ green 71 ◦ blue 135

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

Shades of Medium Red Violet #A64787

Tints of Medium Red Violet #A64787

RGB

 RED value IS 166 (65.23% from 255) = 44.62%

 GREEN value IS 71 (28.13% from 255) = 19.09%

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

R = 44.62%
G = 19.09%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A64787 (or 0xA64787) is known color: Medium Red Violet. HEX triplet: A6, 47 and 87. RGB value is (166,71,135). Sum of RGB (Red+Green+Blue) = 166+71+135=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A64787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64787 is #59B878. Grayscale: #6A6A6A. Windows color (decimal): -5879929 or 8865702. OLE color: 8865702.

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

Color convert

RGB 166 71 135 -
CMYK 0 0.57 0.19 0.35
HSL 319.58º 0.4% 0.46% -
HSV(B) 319.58º 0.57% 0.65% -
XYZ 22.35 14.36 24.52 -
YUV 106.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 166 71 135 0 0.57 0.19 0.35 319.58 0.4 0.46
Hex A6 47 87 0 39 13 23 140 28 2E
Octal 246 107 207 0 71 23 43 500 50 56
Binary 10100110 1000111 10000111 0 111001 10011 100011 101000000 101000 101110

Color Harmonies of #A64787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64787

Black with #A64787

Text Example


Text Example

White with #A64787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64787; }

 p { color: rgb(166,71,135); }

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

background-color css

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

 a { background-color: rgb(166,71,135); }

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

border-color css

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

 span { border-color: rgb(166,71,135); }

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