Html Css Color HEX #A61C7C Medium Red Violet

📋 copy color: '#A61C7C'

red 166 ◦ green 28 ◦ blue 124

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

Shades of Medium Red Violet #A61C7C

Tints of Medium Red Violet #A61C7C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.81%

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

R = 52.2%
G = 8.81%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A61C7C (or 0xA61C7C) is known color: Medium Red Violet. HEX triplet: A6, 1C and 7C. RGB value is (166,28,124). Sum of RGB (Red+Green+Blue) = 166+28+124=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C7C is #59E383. Grayscale: #4F4F4F. Windows color (decimal): -5890948 or 8133798. OLE color: 8133798.

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

Color convert

RGB 166 28 124 -
CMYK 0 0.83 0.25 0.35
HSL 318.26º 0.71% 0.38% -
HSV(B) 318.26º 0.83% 0.65% -
XYZ 19.78 10.39 20.03 -
YUV 80.21 152.72 189.19 -
System Red Green Blue C M Y K H S L
Decimal 166 28 124 0 0.83 0.25 0.35 318.26 0.71 0.38
Hex A6 1C 7C 0 53 19 23 13E 47 26
Octal 246 34 174 0 123 31 43 476 107 46
Binary 10100110 11100 1111100 0 1010011 11001 100011 100111110 1000111 100110

Color Harmonies of #A61C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61C7C

Black with #A61C7C

Text Example


Text Example

White with #A61C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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