Html Css Color HEX #A63085 Medium Red Violet

📋 copy color: '#A63085'

red 166 ◦ green 48 ◦ blue 133

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

Shades of Medium Red Violet #A63085

Tints of Medium Red Violet #A63085

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 133 (52.34% from 255) = 38.33%

R = 47.84%
G = 13.83%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A63085 (or 0xA63085) is known color: Medium Red Violet. HEX triplet: A6, 30 and 85. RGB value is (166,48,133). Sum of RGB (Red+Green+Blue) = 166+48+133=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A63085 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63085 is #59CF7A. Grayscale: #5C5C5C. Windows color (decimal): -5885819 or 8728742. OLE color: 8728742.

HSL color Cylindrical-coordinate representation of color #A63085: hue angle of 316.78º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63085 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 48 133 -
CMYK 0 0.71 0.20 0.35
HSL 316.78º 0.55% 0.42% -
HSV(B) 316.78º 0.71% 0.65% -
XYZ 21.02 11.91 23.38 -
YUV 92.97 150.59 180.09 -
System Red Green Blue C M Y K H S L
Decimal 166 48 133 0 0.71 0.20 0.35 316.78 0.55 0.42
Hex A6 30 85 0 47 14 23 13D 37 2A
Octal 246 60 205 0 107 24 43 475 67 52
Binary 10100110 110000 10000101 0 1000111 10100 100011 100111101 110111 101010

Color Harmonies of #A63085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63085

Black with #A63085

Text Example


Text Example

White with #A63085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63085; }

 p { color: rgb(166,48,133); }

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

background-color css

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

 a { background-color: rgb(166,48,133); }

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

border-color css

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

 span { border-color: rgb(166,48,133); }

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