Html Css Color HEX #A6307C Medium Red Violet

📋 copy color: '#A6307C'

red 166 ◦ green 48 ◦ blue 124

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

Shades of Medium Red Violet #A6307C

Tints of Medium Red Violet #A6307C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.2%

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

R = 49.11%
G = 14.2%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A6307C (or 0xA6307C) is known color: Medium Red Violet. HEX triplet: A6, 30 and 7C. RGB value is (166,48,124). Sum of RGB (Red+Green+Blue) = 166+48+124=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 48 (19.14% from 255 or 14.20% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A6307C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6307C is #59CF83. Grayscale: #5B5B5B. Windows color (decimal): -5885828 or 8138918. OLE color: 8138918.

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

Color convert

RGB 166 48 124 -
CMYK 0 0.71 0.25 0.35
HSL 321.36º 0.55% 0.42% -
HSV(B) 321.36º 0.71% 0.65% -
XYZ 20.42 11.68 20.25 -
YUV 91.95 146.09 180.82 -
System Red Green Blue C M Y K H S L
Decimal 166 48 124 0 0.71 0.25 0.35 321.36 0.55 0.42
Hex A6 30 7C 0 47 19 23 141 37 2A
Octal 246 60 174 0 107 31 43 501 67 52
Binary 10100110 110000 1111100 0 1000111 11001 100011 101000001 110111 101010

Color Harmonies of #A6307C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6307C

Black with #A6307C

Text Example


Text Example

White with #A6307C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6307C; }

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

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

background-color css

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

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

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

border-color css

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

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

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