Html Css Color HEX #A6498E Medium Red Violet

📋 copy color: '#A6498E'

red 166 ◦ green 73 ◦ blue 142

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

Shades of Medium Red Violet #A6498E

Tints of Medium Red Violet #A6498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 43.57%
G = 19.16%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A6498E (or 0xA6498E) is known color: Medium Red Violet. HEX triplet: A6, 49 and 8E. RGB value is (166,73,142). Sum of RGB (Red+Green+Blue) = 166+73+142=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6498E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6498E is #59B671. Grayscale: #6C6C6C. Windows color (decimal): -5879410 or 9324966. OLE color: 9324966.

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

Color convert

RGB 166 73 142 -
CMYK 0 0.56 0.14 0.35
HSL 315.48º 0.39% 0.47% -
HSV(B) 315.48º 0.56% 0.65% -
XYZ 22.99 14.83 27.24 -
YUV 108.67 146.81 168.89 -
System Red Green Blue C M Y K H S L
Decimal 166 73 142 0 0.56 0.14 0.35 315.48 0.39 0.47
Hex A6 49 8E 0 38 E 23 13B 27 2F
Octal 246 111 216 0 70 16 43 473 47 57
Binary 10100110 1001001 10001110 0 111000 1110 100011 100111011 100111 101111

Color Harmonies of #A6498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6498E

Black with #A6498E

Text Example


Text Example

White with #A6498E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6498E; }

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

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

background-color css

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

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

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

border-color css

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

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

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