Html Css Color HEX #A6327F Medium Red Violet

📋 copy color: '#A6327F'

red 166 ◦ green 50 ◦ blue 127

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

Shades of Medium Red Violet #A6327F

Tints of Medium Red Violet #A6327F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.58%

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

R = 48.4%
G = 14.58%
B = 37.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6327F (or 0xA6327F) is known color: Medium Red Violet. HEX triplet: A6, 32 and 7F. RGB value is (166,50,127). Sum of RGB (Red+Green+Blue) = 166+50+127=343 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.40% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 127 (50% from 255 or 37.03% from 343); Max value from RGB is 166 - color contains mainly: red. Hex color #A6327F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6327F is #59CD80. Grayscale: #5D5D5D. Windows color (decimal): -5885313 or 8336038. OLE color: 8336038.

HSL color Cylindrical-coordinate representation of color #A6327F: hue angle of 320.17º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6327F is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 127 -
CMYK 0 0.70 0.23 0.35
HSL 320.17º 0.54% 0.42% -
HSV(B) 320.17º 0.7% 0.65% -
XYZ 20.7 11.92 21.29 -
YUV 93.46 146.93 179.74 -
System Red Green Blue C M Y K H S L
Decimal 166 50 127 0 0.70 0.23 0.35 320.17 0.54 0.42
Hex A6 32 7F 0 46 17 23 140 36 2A
Octal 246 62 177 0 106 27 43 500 66 52
Binary 10100110 110010 1111111 0 1000110 10111 100011 101000000 110110 101010

Color Harmonies of #A6327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6327F

Black with #A6327F

Text Example


Text Example

White with #A6327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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