Html Css Color HEX #A63290 Medium Red Violet

📋 copy color: '#A63290'

red 166 ◦ green 50 ◦ blue 144

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

Shades of Medium Red Violet #A63290

Tints of Medium Red Violet #A63290

RGB

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

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

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

R = 46.11%
G = 13.89%
B = 40%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A63290 (or 0xA63290) is known color: Medium Red Violet. HEX triplet: A6, 32 and 90. RGB value is (166,50,144). Sum of RGB (Red+Green+Blue) = 166+50+144=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 166 - color contains mainly: red. Hex color #A63290 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63290 is #59CD6F. Grayscale: #5F5F5F. Windows color (decimal): -5885296 or 9450150. OLE color: 9450150.

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

Color convert

RGB 166 50 144 -
CMYK 0 0.70 0.13 0.35
HSL 311.38º 0.54% 0.42% -
HSV(B) 311.38º 0.7% 0.65% -
XYZ 21.9 12.4 27.63 -
YUV 95.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 166 50 144 0 0.70 0.13 0.35 311.38 0.54 0.42
Hex A6 32 90 0 46 D 23 137 36 2A
Octal 246 62 220 0 106 15 43 467 66 52
Binary 10100110 110010 10010000 0 1000110 1101 100011 100110111 110110 101010

Color Harmonies of #A63290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63290

Black with #A63290

Text Example


Text Example

White with #A63290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63290; }

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

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

background-color css

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

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

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

border-color css

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

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

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