Html Css Color HEX #A63595 Medium Red Violet

📋 copy color: '#A63595'

red 166 ◦ green 53 ◦ blue 149

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

Shades of Medium Red Violet #A63595

Tints of Medium Red Violet #A63595

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.4%

 BLUE value IS 149 (58.59% from 255) = 40.49%

R = 45.11%
G = 14.4%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A63595 (or 0xA63595) is known color: Medium Red Violet. HEX triplet: A6, 35 and 95. RGB value is (166,53,149). Sum of RGB (Red+Green+Blue) = 166+53+149=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 149 (58.59% from 255 or 40.49% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63595 is #59CA6A. Grayscale: #616161. Windows color (decimal): -5884523 or 9778598. OLE color: 9778598.

HSL color Cylindrical-coordinate representation of color #A63595: hue angle of 309.03º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63595 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 53 149 -
CMYK 0 0.68 0.10 0.35
HSL 309.03º 0.52% 0.43% -
HSV(B) 309.03º 0.68% 0.65% -
XYZ 22.42 12.82 29.73 -
YUV 97.73 156.94 176.69 -
System Red Green Blue C M Y K H S L
Decimal 166 53 149 0 0.68 0.10 0.35 309.03 0.52 0.43
Hex A6 35 95 0 44 A 23 135 34 2B
Octal 246 65 225 0 104 12 43 465 64 53
Binary 10100110 110101 10010101 0 1000100 1010 100011 100110101 110100 101011

Color Harmonies of #A63595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63595

Black with #A63595

Text Example


Text Example

White with #A63595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63595; }

 p { color: rgb(166,53,149); }

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

background-color css

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

 a { background-color: rgb(166,53,149); }

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

border-color css

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

 span { border-color: rgb(166,53,149); }

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