Html Css Color HEX #A64A89 Medium Red Violet

📋 copy color: '#A64A89'

red 166 ◦ green 74 ◦ blue 137

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

Shades of Medium Red Violet #A64A89

Tints of Medium Red Violet #A64A89

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

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

R = 44.03%
G = 19.63%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A64A89 (or 0xA64A89) is known color: Medium Red Violet. HEX triplet: A6, 4A and 89. RGB value is (166,74,137). Sum of RGB (Red+Green+Blue) = 166+74+137=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A64A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64A89 is #59B576. Grayscale: #6C6C6C. Windows color (decimal): -5879159 or 8997542. OLE color: 8997542.

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

Color convert

RGB 166 74 137 -
CMYK 0 0.55 0.17 0.35
HSL 318.91º 0.38% 0.47% -
HSV(B) 318.91º 0.55% 0.65% -
XYZ 22.69 14.81 25.33 -
YUV 108.69 143.98 168.88 -
System Red Green Blue C M Y K H S L
Decimal 166 74 137 0 0.55 0.17 0.35 318.91 0.38 0.47
Hex A6 4A 89 0 37 11 23 13F 26 2F
Octal 246 112 211 0 67 21 43 477 46 57
Binary 10100110 1001010 10001001 0 110111 10001 100011 100111111 100110 101111

Color Harmonies of #A64A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64A89

Black with #A64A89

Text Example


Text Example

White with #A64A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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