Html Css Color HEX #A6297C Medium Red Violet

📋 copy color: '#A6297C'

red 166 ◦ green 41 ◦ blue 124

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

Shades of Medium Red Violet #A6297C

Tints of Medium Red Violet #A6297C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 37.46%

R = 50.15%
G = 12.39%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6297C (or 0xA6297C) is known color: Medium Red Violet. HEX triplet: A6, 29 and 7C. RGB value is (166,41,124). Sum of RGB (Red+Green+Blue) = 166+41+124=331 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.15% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 124 (48.83% from 255 or 37.46% from 331); Max value from RGB is 166 - color contains mainly: red. Hex color #A6297C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6297C is #59D683. Grayscale: #575757. Windows color (decimal): -5887620 or 8137126. OLE color: 8137126.

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

Color convert

RGB 166 41 124 -
CMYK 0 0.75 0.25 0.35
HSL 320.16º 0.6% 0.41% -
HSV(B) 320.16º 0.75% 0.65% -
XYZ 20.16 11.15 20.16 -
YUV 87.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 166 41 124 0 0.75 0.25 0.35 320.16 0.6 0.41
Hex A6 29 7C 0 4B 19 23 140 3C 29
Octal 246 51 174 0 113 31 43 500 74 51
Binary 10100110 101001 1111100 0 1001011 11001 100011 101000000 111100 101001

Color Harmonies of #A6297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6297C

Black with #A6297C

Text Example


Text Example

White with #A6297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6297C; }

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

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

background-color css

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

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

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

border-color css

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

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

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