Html Css Color HEX #A64889 Medium Red Violet

📋 copy color: '#A64889'

red 166 ◦ green 72 ◦ blue 137

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

Shades of Medium Red Violet #A64889

Tints of Medium Red Violet #A64889

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.2%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 44.27%
G = 19.2%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A64889 (or 0xA64889) is known color: Medium Red Violet. HEX triplet: A6, 48 and 89. RGB value is (166,72,137). Sum of RGB (Red+Green+Blue) = 166+72+137=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A64889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64889 is #59B776. Grayscale: #6B6B6B. Windows color (decimal): -5879671 or 8997030. OLE color: 8997030.

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

Color convert

RGB 166 72 137 -
CMYK 0 0.57 0.17 0.35
HSL 318.51º 0.39% 0.47% -
HSV(B) 318.51º 0.57% 0.65% -
XYZ 22.56 14.55 25.29 -
YUV 107.52 144.64 169.71 -
System Red Green Blue C M Y K H S L
Decimal 166 72 137 0 0.57 0.17 0.35 318.51 0.39 0.47
Hex A6 48 89 0 39 11 23 13F 27 2F
Octal 246 110 211 0 71 21 43 477 47 57
Binary 10100110 1001000 10001001 0 111001 10001 100011 100111111 100111 101111

Color Harmonies of #A64889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64889

Black with #A64889

Text Example


Text Example

White with #A64889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64889; }

 p { color: rgb(166,72,137); }

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

background-color css

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

 a { background-color: rgb(166,72,137); }

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

border-color css

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

 span { border-color: rgb(166,72,137); }

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