Html Css Color HEX #A64689 Medium Red Violet

📋 copy color: '#A64689'

red 166 ◦ green 70 ◦ blue 137

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

Shades of Medium Red Violet #A64689

Tints of Medium Red Violet #A64689

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.77%

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

R = 44.5%
G = 18.77%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A64689 (or 0xA64689) is known color: Medium Red Violet. HEX triplet: A6, 46 and 89. RGB value is (166,70,137). Sum of RGB (Red+Green+Blue) = 166+70+137=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A64689 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64689 is #59B976. Grayscale: #6A6A6A. Windows color (decimal): -5880183 or 8996518. OLE color: 8996518.

HSL color Cylindrical-coordinate representation of color #A64689: hue angle of 318.12º 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 #A64689 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 137 -
CMYK 0 0.58 0.17 0.35
HSL 318.13º 0.41% 0.46% -
HSV(B) 318.13º 0.58% 0.65% -
XYZ 22.43 14.29 25.24 -
YUV 106.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 166 70 137 0 0.58 0.17 0.35 318.13 0.41 0.46
Hex A6 46 89 0 3A 11 23 13E 29 2E
Octal 246 106 211 0 72 21 43 476 51 56
Binary 10100110 1000110 10001001 0 111010 10001 100011 100111110 101001 101110

Color Harmonies of #A64689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64689

Black with #A64689

Text Example


Text Example

White with #A64689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64689; }

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

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

background-color css

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

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

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

border-color css

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

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

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