Html Css Color HEX #A64587 Medium Red Violet

📋 copy color: '#A64587'

red 166 ◦ green 69 ◦ blue 135

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

Shades of Medium Red Violet #A64587

Tints of Medium Red Violet #A64587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.65%

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

R = 44.86%
G = 18.65%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A64587 (or 0xA64587) is known color: Medium Red Violet. HEX triplet: A6, 45 and 87. RGB value is (166,69,135). Sum of RGB (Red+Green+Blue) = 166+69+135=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A64587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64587 is #59BA78. Grayscale: #696969. Windows color (decimal): -5880441 or 8865190. OLE color: 8865190.

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

Color convert

RGB 166 69 135 -
CMYK 0 0.58 0.19 0.35
HSL 319.18º 0.41% 0.46% -
HSV(B) 319.18º 0.58% 0.65% -
XYZ 22.23 14.11 24.47 -
YUV 105.53 144.64 171.13 -
System Red Green Blue C M Y K H S L
Decimal 166 69 135 0 0.58 0.19 0.35 319.18 0.41 0.46
Hex A6 45 87 0 3A 13 23 13F 29 2E
Octal 246 105 207 0 72 23 43 477 51 56
Binary 10100110 1000101 10000111 0 111010 10011 100011 100111111 101001 101110

Color Harmonies of #A64587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64587

Black with #A64587

Text Example


Text Example

White with #A64587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64587; }

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

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

background-color css

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

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

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

border-color css

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

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

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