Html Css Color HEX #A6397A Medium Red Violet

📋 copy color: '#A6397A'

red 166 ◦ green 57 ◦ blue 122

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

Shades of Medium Red Violet #A6397A

Tints of Medium Red Violet #A6397A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

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

R = 48.12%
G = 16.52%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A6397A (or 0xA6397A) is known color: Medium Red Violet. HEX triplet: A6, 39 and 7A. RGB value is (166,57,122). Sum of RGB (Red+Green+Blue) = 166+57+122=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397A is #59C685. Grayscale: #606060. Windows color (decimal): -5883526 or 8010150. OLE color: 8010150.

HSL color Cylindrical-coordinate representation of color #A6397A: hue angle of 324.22º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6397A is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 122 -
CMYK 0 0.66 0.27 0.35
HSL 324.22º 0.49% 0.44% -
HSV(B) 324.22º 0.66% 0.65% -
XYZ 20.7 12.44 19.72 -
YUV 97 142.11 177.21 -
System Red Green Blue C M Y K H S L
Decimal 166 57 122 0 0.66 0.27 0.35 324.22 0.49 0.44
Hex A6 39 7A 0 42 1B 23 144 31 2C
Octal 246 71 172 0 102 33 43 504 61 54
Binary 10100110 111001 1111010 0 1000010 11011 100011 101000100 110001 101100

Color Harmonies of #A6397A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6397A

Black with #A6397A

Text Example


Text Example

White with #A6397A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6397A; }

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

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

background-color css

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

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

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

border-color css

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

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

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