Html Css Color HEX #A64C86 Medium Red Violet

📋 copy color: '#A64C86'

red 166 ◦ green 76 ◦ blue 134

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

Shades of Medium Red Violet #A64C86

Tints of Medium Red Violet #A64C86

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.21%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 44.15%
G = 20.21%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A64C86 (or 0xA64C86) is known color: Medium Red Violet. HEX triplet: A6, 4C and 86. RGB value is (166,76,134). Sum of RGB (Red+Green+Blue) = 166+76+134=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 76 (30.08% from 255 or 20.21% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64C86 is #59B379. Grayscale: #6D6D6D. Windows color (decimal): -5878650 or 8801446. OLE color: 8801446.

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

Color convert

RGB 166 76 134 -
CMYK 0 0.54 0.19 0.35
HSL 321.33º 0.37% 0.47% -
HSV(B) 321.33º 0.54% 0.65% -
XYZ 22.61 15 24.26 -
YUV 109.52 141.82 168.28 -
System Red Green Blue C M Y K H S L
Decimal 166 76 134 0 0.54 0.19 0.35 321.33 0.37 0.47
Hex A6 4C 86 0 36 13 23 141 25 2F
Octal 246 114 206 0 66 23 43 501 45 57
Binary 10100110 1001100 10000110 0 110110 10011 100011 101000001 100101 101111

Color Harmonies of #A64C86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C86

Black with #A64C86

Text Example


Text Example

White with #A64C86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C86; }

 p { color: rgb(166,76,134); }

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

background-color css

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

 a { background-color: rgb(166,76,134); }

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

border-color css

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

 span { border-color: rgb(166,76,134); }

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