Html Css Color HEX #A63291 Medium Red Violet

📋 copy color: '#A63291'

red 166 ◦ green 50 ◦ blue 145

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

Shades of Medium Red Violet #A63291

Tints of Medium Red Violet #A63291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 45.98%
G = 13.85%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A63291 (or 0xA63291) is known color: Medium Red Violet. HEX triplet: A6, 32 and 91. RGB value is (166,50,145). Sum of RGB (Red+Green+Blue) = 166+50+145=361 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.98% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 166 - color contains mainly: red. Hex color #A63291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63291 is #59CD6E. Grayscale: #5F5F5F. Windows color (decimal): -5885295 or 9515686. OLE color: 9515686.

HSL color Cylindrical-coordinate representation of color #A63291: hue angle of 310.86º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63291 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 50 145 -
CMYK 0 0.70 0.13 0.35
HSL 310.86º 0.54% 0.42% -
HSV(B) 310.86º 0.7% 0.65% -
XYZ 21.98 12.43 28.03 -
YUV 95.51 155.93 178.28 -
System Red Green Blue C M Y K H S L
Decimal 166 50 145 0 0.70 0.13 0.35 310.86 0.54 0.42
Hex A6 32 91 0 46 D 23 137 36 2A
Octal 246 62 221 0 106 15 43 467 66 52
Binary 10100110 110010 10010001 0 1000110 1101 100011 100110111 110110 101010

Color Harmonies of #A63291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63291

Black with #A63291

Text Example


Text Example

White with #A63291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63291; }

 p { color: rgb(166,50,145); }

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

background-color css

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

 a { background-color: rgb(166,50,145); }

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

border-color css

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

 span { border-color: rgb(166,50,145); }

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