Html Css Color HEX #A63A90 Medium Red Violet

📋 copy color: '#A63A90'

red 166 ◦ green 58 ◦ blue 144

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

Shades of Medium Red Violet #A63A90

Tints of Medium Red Violet #A63A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.13%

R = 45.11%
G = 15.76%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A63A90 (or 0xA63A90) is known color: Medium Red Violet. HEX triplet: A6, 3A and 90. RGB value is (166,58,144). Sum of RGB (Red+Green+Blue) = 166+58+144=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A90 is #59C56F. Grayscale: #636363. Windows color (decimal): -5883248 or 9452198. OLE color: 9452198.

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

Color convert

RGB 166 58 144 -
CMYK 0 0.65 0.13 0.35
HSL 312.22º 0.48% 0.44% -
HSV(B) 312.22º 0.65% 0.65% -
XYZ 22.27 13.15 27.75 -
YUV 100.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 166 58 144 0 0.65 0.13 0.35 312.22 0.48 0.44
Hex A6 3A 90 0 41 D 23 138 30 2C
Octal 246 72 220 0 101 15 43 470 60 54
Binary 10100110 111010 10010000 0 1000001 1101 100011 100111000 110000 101100

Color Harmonies of #A63A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A90

Black with #A63A90

Text Example


Text Example

White with #A63A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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