Html Css Color HEX #A6349D Medium Red Violet

📋 copy color: '#A6349D'

red 166 ◦ green 52 ◦ blue 157

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

Shades of Medium Red Violet #A6349D

Tints of Medium Red Violet #A6349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.87%

R = 44.27%
G = 13.87%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6349D (or 0xA6349D) is known color: Medium Red Violet. HEX triplet: A6, 34 and 9D. RGB value is (166,52,157). Sum of RGB (Red+Green+Blue) = 166+52+157=375 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.27% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 166 - color contains mainly: red. Hex color #A6349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6349D is #59CB62. Grayscale: #616161. Windows color (decimal): -5884771 or 10302630. OLE color: 10302630.

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

Color convert

RGB 166 52 157 -
CMYK 0 0.69 0.05 0.35
HSL 304.74º 0.52% 0.43% -
HSV(B) 304.74º 0.69% 0.65% -
XYZ 23.04 13 33.19 -
YUV 98.06 161.27 176.46 -
System Red Green Blue C M Y K H S L
Decimal 166 52 157 0 0.69 0.05 0.35 304.74 0.52 0.43
Hex A6 34 9D 0 45 5 23 131 34 2B
Octal 246 64 235 0 105 5 43 461 64 53
Binary 10100110 110100 10011101 0 1000101 101 100011 100110001 110100 101011

Color Harmonies of #A6349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6349D

Black with #A6349D

Text Example


Text Example

White with #A6349D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6349D; }

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

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

background-color css

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

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

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

border-color css

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

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

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