Html Css Color HEX #A6297F Medium Red Violet

📋 copy color: '#A6297F'

red 166 ◦ green 41 ◦ blue 127

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

Shades of Medium Red Violet #A6297F

Tints of Medium Red Violet #A6297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.28%

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

R = 49.7%
G = 12.28%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A6297F (or 0xA6297F) is known color: Medium Red Violet. HEX triplet: A6, 29 and 7F. RGB value is (166,41,127). Sum of RGB (Red+Green+Blue) = 166+41+127=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A6297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6297F is #59D680. Grayscale: #575757. Windows color (decimal): -5887617 or 8333734. OLE color: 8333734.

HSL color Cylindrical-coordinate representation of color #A6297F: hue angle of 318.72º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6297F is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 41 127 -
CMYK 0 0.75 0.23 0.35
HSL 318.72º 0.6% 0.41% -
HSV(B) 318.72º 0.75% 0.65% -
XYZ 20.35 11.23 21.17 -
YUV 88.18 149.91 183.51 -
System Red Green Blue C M Y K H S L
Decimal 166 41 127 0 0.75 0.23 0.35 318.72 0.6 0.41
Hex A6 29 7F 0 4B 17 23 13F 3C 29
Octal 246 51 177 0 113 27 43 477 74 51
Binary 10100110 101001 1111111 0 1001011 10111 100011 100111111 111100 101001

Color Harmonies of #A6297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6297F

Black with #A6297F

Text Example


Text Example

White with #A6297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6297F; }

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

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

background-color css

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

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

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

border-color css

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

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

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