Html Css Color HEX #A63991 Medium Red Violet

📋 copy color: '#A63991'

red 166 ◦ green 57 ◦ blue 145

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

Shades of Medium Red Violet #A63991

Tints of Medium Red Violet #A63991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.49%

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

R = 45.11%
G = 15.49%
B = 39.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A63991 (or 0xA63991) is known color: Medium Red Violet. HEX triplet: A6, 39 and 91. RGB value is (166,57,145). Sum of RGB (Red+Green+Blue) = 166+57+145=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63991 is #59C66E. Grayscale: #636363. Windows color (decimal): -5883503 or 9517478. OLE color: 9517478.

HSL color Cylindrical-coordinate representation of color #A63991: hue angle of 311.56º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A63991 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 145 -
CMYK 0 0.66 0.13 0.35
HSL 311.56º 0.49% 0.44% -
HSV(B) 311.56º 0.66% 0.65% -
XYZ 22.3 13.08 28.14 -
YUV 99.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 166 57 145 0 0.66 0.13 0.35 311.56 0.49 0.44
Hex A6 39 91 0 42 D 23 138 31 2C
Octal 246 71 221 0 102 15 43 470 61 54
Binary 10100110 111001 10010001 0 1000010 1101 100011 100111000 110001 101100

Color Harmonies of #A63991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63991

Black with #A63991

Text Example


Text Example

White with #A63991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63991; }

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

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

background-color css

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

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

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

border-color css

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

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

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