Html Css Color HEX #A63275 Medium Red Violet

📋 copy color: '#A63275'

red 166 ◦ green 50 ◦ blue 117

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

Shades of Medium Red Violet #A63275

Tints of Medium Red Violet #A63275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.14%

R = 49.85%
G = 15.02%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A63275 (or 0xA63275) is known color: Medium Red Violet. HEX triplet: A6, 32 and 75. RGB value is (166,50,117). Sum of RGB (Red+Green+Blue) = 166+50+117=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 117 (46.09% from 255 or 35.14% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A63275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63275 is #59CD8A. Grayscale: #5C5C5C. Windows color (decimal): -5885323 or 7680678. OLE color: 7680678.

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

Color convert

RGB 166 50 117 -
CMYK 0 0.70 0.30 0.35
HSL 325.34º 0.54% 0.42% -
HSV(B) 325.34º 0.7% 0.65% -
XYZ 20.08 11.67 18.02 -
YUV 92.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 166 50 117 0 0.70 0.30 0.35 325.34 0.54 0.42
Hex A6 32 75 0 46 1E 23 145 36 2A
Octal 246 62 165 0 106 36 43 505 66 52
Binary 10100110 110010 1110101 0 1000110 11110 100011 101000101 110110 101010

Color Harmonies of #A63275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63275

Black with #A63275

Text Example


Text Example

White with #A63275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63275; }

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

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

background-color css

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

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

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

border-color css

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

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

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