Html Css Color HEX #A6347C Medium Red Violet

📋 copy color: '#A6347C'

red 166 ◦ green 52 ◦ blue 124

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

Shades of Medium Red Violet #A6347C

Tints of Medium Red Violet #A6347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.2%

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 48.54%
G = 15.2%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6347C (or 0xA6347C) is known color: Medium Red Violet. HEX triplet: A6, 34 and 7C. RGB value is (166,52,124). Sum of RGB (Red+Green+Blue) = 166+52+124=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 52 (20.70% from 255 or 15.20% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6347C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6347C is #59CB83. Grayscale: #5E5E5E. Windows color (decimal): -5884804 or 8139942. OLE color: 8139942.

HSL color Cylindrical-coordinate representation of color #A6347C: hue angle of 322.11º degrees, saturation: 0.52, 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 #A6347C is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 52 124 -
CMYK 0 0.69 0.25 0.35
HSL 322.11º 0.52% 0.43% -
HSV(B) 322.11º 0.69% 0.65% -
XYZ 20.59 12.02 20.3 -
YUV 94.29 144.77 179.15 -
System Red Green Blue C M Y K H S L
Decimal 166 52 124 0 0.69 0.25 0.35 322.11 0.52 0.43
Hex A6 34 7C 0 45 19 23 142 34 2B
Octal 246 64 174 0 105 31 43 502 64 53
Binary 10100110 110100 1111100 0 1000101 11001 100011 101000010 110100 101011

Color Harmonies of #A6347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6347C

Black with #A6347C

Text Example


Text Example

White with #A6347C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6347C; }

 p { color: rgb(166,52,124); }

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

background-color css

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

 a { background-color: rgb(166,52,124); }

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

border-color css

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

 span { border-color: rgb(166,52,124); }

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