Html Css Color HEX #A64682 Medium Red Violet

📋 copy color: '#A64682'

red 166 ◦ green 70 ◦ blue 130

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

Shades of Medium Red Violet #A64682

Tints of Medium Red Violet #A64682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.52%

R = 45.36%
G = 19.13%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A64682 (or 0xA64682) is known color: Medium Red Violet. HEX triplet: A6, 46 and 82. RGB value is (166,70,130). Sum of RGB (Red+Green+Blue) = 166+70+130=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A64682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A64682 is #59B97D. Grayscale: #696969. Windows color (decimal): -5880190 or 8537766. OLE color: 8537766.

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

Color convert

RGB 166 70 130 -
CMYK 0 0.58 0.22 0.35
HSL 322.5º 0.41% 0.46% -
HSV(B) 322.5º 0.58% 0.65% -
XYZ 21.95 14.1 22.68 -
YUV 105.54 141.8 171.12 -
System Red Green Blue C M Y K H S L
Decimal 166 70 130 0 0.58 0.22 0.35 322.5 0.41 0.46
Hex A6 46 82 0 3A 16 23 142 29 2E
Octal 246 106 202 0 72 26 43 502 51 56
Binary 10100110 1000110 10000010 0 111010 10110 100011 101000010 101001 101110

Color Harmonies of #A64682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64682

Black with #A64682

Text Example


Text Example

White with #A64682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64682; }

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

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

background-color css

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

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

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

border-color css

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

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

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