Html Css Color HEX #A6397F Medium Red Violet

📋 copy color: '#A6397F'

red 166 ◦ green 57 ◦ blue 127

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

Shades of Medium Red Violet #A6397F

Tints of Medium Red Violet #A6397F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.29%

R = 47.43%
G = 16.29%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6397F (or 0xA6397F) is known color: Medium Red Violet. HEX triplet: A6, 39 and 7F. RGB value is (166,57,127). Sum of RGB (Red+Green+Blue) = 166+57+127=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A6397F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6397F is #59C680. Grayscale: #616161. Windows color (decimal): -5883521 or 8337830. OLE color: 8337830.

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

Color convert

RGB 166 57 127 -
CMYK 0 0.66 0.23 0.35
HSL 321.47º 0.49% 0.44% -
HSV(B) 321.47º 0.66% 0.65% -
XYZ 21.02 12.57 21.4 -
YUV 97.57 144.61 176.81 -
System Red Green Blue C M Y K H S L
Decimal 166 57 127 0 0.66 0.23 0.35 321.47 0.49 0.44
Hex A6 39 7F 0 42 17 23 141 31 2C
Octal 246 71 177 0 102 27 43 501 61 54
Binary 10100110 111001 1111111 0 1000010 10111 100011 101000001 110001 101100

Color Harmonies of #A6397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6397F

Black with #A6397F

Text Example


Text Example

White with #A6397F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6397F; }

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

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

background-color css

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

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

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

border-color css

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

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

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