Html Css Color HEX #A63D8B Medium Red Violet

📋 copy color: '#A63D8B'

red 166 ◦ green 61 ◦ blue 139

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

Shades of Medium Red Violet #A63D8B

Tints of Medium Red Violet #A63D8B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.67%

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

R = 45.36%
G = 16.67%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A63D8B (or 0xA63D8B) is known color: Medium Red Violet. HEX triplet: A6, 3D and 8B. RGB value is (166,61,139). Sum of RGB (Red+Green+Blue) = 166+61+139=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63D8B is #59C274. Grayscale: #656565. Windows color (decimal): -5882485 or 9125286. OLE color: 9125286.

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

Color convert

RGB 166 61 139 -
CMYK 0 0.63 0.16 0.35
HSL 315.43º 0.46% 0.45% -
HSV(B) 315.43º 0.63% 0.65% -
XYZ 22.05 13.31 25.83 -
YUV 101.29 149.29 174.16 -
System Red Green Blue C M Y K H S L
Decimal 166 61 139 0 0.63 0.16 0.35 315.43 0.46 0.45
Hex A6 3D 8B 0 3F 10 23 13B 2E 2D
Octal 246 75 213 0 77 20 43 473 56 55
Binary 10100110 111101 10001011 0 111111 10000 100011 100111011 101110 101101

Color Harmonies of #A63D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63D8B

Black with #A63D8B

Text Example


Text Example

White with #A63D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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