Html Css Color HEX #A6247C Medium Red Violet

📋 copy color: '#A6247C'

red 166 ◦ green 36 ◦ blue 124

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

Shades of Medium Red Violet #A6247C

Tints of Medium Red Violet #A6247C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.04%

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

R = 50.92%
G = 11.04%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6247C (or 0xA6247C) is known color: Medium Red Violet. HEX triplet: A6, 24 and 7C. RGB value is (166,36,124). Sum of RGB (Red+Green+Blue) = 166+36+124=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6247C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6247C is #59DB83. Grayscale: #545454. Windows color (decimal): -5888900 or 8135846. OLE color: 8135846.

HSL color Cylindrical-coordinate representation of color #A6247C: hue angle of 319.38º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A6247C is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 36 124 -
CMYK 0 0.78 0.25 0.35
HSL 319.38º 0.64% 0.4% -
HSV(B) 319.38º 0.78% 0.65% -
XYZ 19.99 10.82 20.1 -
YUV 84.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 166 36 124 0 0.78 0.25 0.35 319.38 0.64 0.4
Hex A6 24 7C 0 4E 19 23 13F 40 28
Octal 246 44 174 0 116 31 43 477 100 50
Binary 10100110 100100 1111100 0 1001110 11001 100011 100111111 1000000 101000

Color Harmonies of #A6247C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6247C

Black with #A6247C

Text Example


Text Example

White with #A6247C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6247C; }

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

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

background-color css

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

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

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

border-color css

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

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

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