Html Css Color HEX #A63690 Medium Red Violet

📋 copy color: '#A63690'

red 166 ◦ green 54 ◦ blue 144

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

Shades of Medium Red Violet #A63690

Tints of Medium Red Violet #A63690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.84%

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

R = 45.6%
G = 14.84%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.35

RGB Variations

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

Color information

#A63690 (or 0xA63690) is known color: Medium Red Violet. HEX triplet: A6, 36 and 90. RGB value is (166,54,144). Sum of RGB (Red+Green+Blue) = 166+54+144=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 54 (21.48% from 255 or 14.84% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 166 - color contains mainly: red. Hex color #A63690 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63690 is #59C96F. Grayscale: #616161. Windows color (decimal): -5884272 or 9451174. OLE color: 9451174.

HSL color Cylindrical-coordinate representation of color #A63690: hue angle of 311.79º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A63690 is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 54 144 -
CMYK 0 0.67 0.13 0.35
HSL 311.79º 0.51% 0.43% -
HSV(B) 311.79º 0.67% 0.65% -
XYZ 22.08 12.76 27.68 -
YUV 97.75 154.11 176.68 -
System Red Green Blue C M Y K H S L
Decimal 166 54 144 0 0.67 0.13 0.35 311.79 0.51 0.43
Hex A6 36 90 0 43 D 23 138 33 2B
Octal 246 66 220 0 103 15 43 470 63 53
Binary 10100110 110110 10010000 0 1000011 1101 100011 100111000 110011 101011

Color Harmonies of #A63690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63690

Black with #A63690

Text Example


Text Example

White with #A63690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63690; }

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

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

background-color css

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

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

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

border-color css

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

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

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