Html Css Color HEX #A6347A Medium Red Violet

📋 copy color: '#A6347A'

red 166 ◦ green 52 ◦ blue 122

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

Shades of Medium Red Violet #A6347A

Tints of Medium Red Violet #A6347A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 48.82%
G = 15.29%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6347A (or 0xA6347A) is known color: Medium Red Violet. HEX triplet: A6, 34 and 7A. RGB value is (166,52,122). Sum of RGB (Red+Green+Blue) = 166+52+122=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6347A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6347A is #59CB85. Grayscale: #5D5D5D. Windows color (decimal): -5884806 or 8008870. OLE color: 8008870.

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

Color convert

RGB 166 52 122 -
CMYK 0 0.69 0.27 0.35
HSL 323.16º 0.52% 0.43% -
HSV(B) 323.16º 0.69% 0.65% -
XYZ 20.47 11.97 19.64 -
YUV 94.07 143.77 179.31 -
System Red Green Blue C M Y K H S L
Decimal 166 52 122 0 0.69 0.27 0.35 323.16 0.52 0.43
Hex A6 34 7A 0 45 1B 23 143 34 2B
Octal 246 64 172 0 105 33 43 503 64 53
Binary 10100110 110100 1111010 0 1000101 11011 100011 101000011 110100 101011

Color Harmonies of #A6347A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6347A

Black with #A6347A

Text Example


Text Example

White with #A6347A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6347A; }

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

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

background-color css

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

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

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

border-color css

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

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

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