Html Css Color HEX #A63A8B Medium Red Violet

📋 copy color: '#A63A8B'

red 166 ◦ green 58 ◦ blue 139

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

Shades of Medium Red Violet #A63A8B

Tints of Medium Red Violet #A63A8B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.98%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 45.73%
G = 15.98%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A63A8B (or 0xA63A8B) is known color: Medium Red Violet. HEX triplet: A6, 3A and 8B. RGB value is (166,58,139). Sum of RGB (Red+Green+Blue) = 166+58+139=363 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.73% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A8B is #59C574. Grayscale: #636363. Windows color (decimal): -5883253 or 9124518. OLE color: 9124518.

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

Color convert

RGB 166 58 139 -
CMYK 0 0.65 0.16 0.35
HSL 315º 0.48% 0.44% -
HSV(B) 315º 0.65% 0.65% -
XYZ 21.9 13 25.78 -
YUV 99.53 150.28 175.41 -
System Red Green Blue C M Y K H S L
Decimal 166 58 139 0 0.65 0.16 0.35 315 0.48 0.44
Hex A6 3A 8B 0 41 10 23 13B 30 2C
Octal 246 72 213 0 101 20 43 473 60 54
Binary 10100110 111010 10001011 0 1000001 10000 100011 100111011 110000 101100

Color Harmonies of #A63A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A8B

Black with #A63A8B

Text Example


Text Example

White with #A63A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A8B; }

 p { color: rgb(166,58,139); }

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

background-color css

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

 a { background-color: rgb(166,58,139); }

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

border-color css

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

 span { border-color: rgb(166,58,139); }

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