Html Css Color HEX #A6498B Medium Red Violet

📋 copy color: '#A6498B'

red 166 ◦ green 73 ◦ blue 139

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

Shades of Medium Red Violet #A6498B

Tints of Medium Red Violet #A6498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 139 (54.69% from 255) = 36.77%

R = 43.92%
G = 19.31%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A6498B (or 0xA6498B) is known color: Medium Red Violet. HEX triplet: A6, 49 and 8B. RGB value is (166,73,139). Sum of RGB (Red+Green+Blue) = 166+73+139=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A6498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6498B is #59B674. Grayscale: #6C6C6C. Windows color (decimal): -5879413 or 9128358. OLE color: 9128358.

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

Color convert

RGB 166 73 139 -
CMYK 0 0.56 0.16 0.35
HSL 317.42º 0.39% 0.47% -
HSV(B) 317.42º 0.56% 0.65% -
XYZ 22.77 14.74 26.07 -
YUV 108.33 145.31 169.13 -
System Red Green Blue C M Y K H S L
Decimal 166 73 139 0 0.56 0.16 0.35 317.42 0.39 0.47
Hex A6 49 8B 0 38 10 23 13D 27 2F
Octal 246 111 213 0 70 20 43 475 47 57
Binary 10100110 1001001 10001011 0 111000 10000 100011 100111101 100111 101111

Color Harmonies of #A6498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6498B

Black with #A6498B

Text Example


Text Example

White with #A6498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6498B; }

 p { color: rgb(166,73,139); }

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

background-color css

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

 a { background-color: rgb(166,73,139); }

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

border-color css

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

 span { border-color: rgb(166,73,139); }

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