Html Css Color HEX #A63996 Medium Red Violet

📋 copy color: '#A63996'

red 166 ◦ green 57 ◦ blue 150

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

Shades of Medium Red Violet #A63996

Tints of Medium Red Violet #A63996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.21%

R = 44.5%
G = 15.28%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A63996 (or 0xA63996) is known color: Medium Red Violet. HEX triplet: A6, 39 and 96. RGB value is (166,57,150). Sum of RGB (Red+Green+Blue) = 166+57+150=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A63996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63996 is #59C669. Grayscale: #636363. Windows color (decimal): -5883498 or 9845158. OLE color: 9845158.

HSL color Cylindrical-coordinate representation of color #A63996: hue angle of 308.81º 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 #A63996 is Cyan = 0, Magento = 0.66, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 57 150 -
CMYK 0 0.66 0.10 0.35
HSL 308.81º 0.49% 0.44% -
HSV(B) 308.81º 0.66% 0.65% -
XYZ 22.69 13.24 30.21 -
YUV 100.19 156.11 174.94 -
System Red Green Blue C M Y K H S L
Decimal 166 57 150 0 0.66 0.10 0.35 308.81 0.49 0.44
Hex A6 39 96 0 42 A 23 135 31 2C
Octal 246 71 226 0 102 12 43 465 61 54
Binary 10100110 111001 10010110 0 1000010 1010 100011 100110101 110001 101100

Color Harmonies of #A63996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63996

Black with #A63996

Text Example


Text Example

White with #A63996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63996; }

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

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

background-color css

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

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

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

border-color css

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

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

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