Html Css Color HEX #A6337E Medium Red Violet

📋 copy color: '#A6337E'

red 166 ◦ green 51 ◦ blue 126

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

Shades of Medium Red Violet #A6337E

Tints of Medium Red Violet #A6337E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

 BLUE value IS 126 (49.61% from 255) = 36.73%

R = 48.4%
G = 14.87%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A6337E (or 0xA6337E) is known color: Medium Red Violet. HEX triplet: A6, 33 and 7E. RGB value is (166,51,126). Sum of RGB (Red+Green+Blue) = 166+51+126=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6337E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6337E is #59CC81. Grayscale: #5D5D5D. Windows color (decimal): -5885058 or 8270758. OLE color: 8270758.

HSL color Cylindrical-coordinate representation of color #A6337E: hue angle of 320.87º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A6337E is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 51 126 -
CMYK 0 0.69 0.24 0.35
HSL 320.87º 0.53% 0.43% -
HSV(B) 320.87º 0.69% 0.65% -
XYZ 20.68 11.98 20.96 -
YUV 93.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 166 51 126 0 0.69 0.24 0.35 320.87 0.53 0.43
Hex A6 33 7E 0 45 18 23 141 35 2B
Octal 246 63 176 0 105 30 43 501 65 53
Binary 10100110 110011 1111110 0 1000101 11000 100011 101000001 110101 101011

Color Harmonies of #A6337E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6337E

Black with #A6337E

Text Example


Text Example

White with #A6337E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6337E; }

 p { color: rgb(166,51,126); }

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

background-color css

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

 a { background-color: rgb(166,51,126); }

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

border-color css

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

 span { border-color: rgb(166,51,126); }

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