Html Css Color HEX #A63694 Medium Red Violet

📋 copy color: '#A63694'

red 166 ◦ green 54 ◦ blue 148

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

Shades of Medium Red Violet #A63694

Tints of Medium Red Violet #A63694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.22%

R = 45.11%
G = 14.67%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A63694 (or 0xA63694) is known color: Medium Red Violet. HEX triplet: A6, 36 and 94. RGB value is (166,54,148). Sum of RGB (Red+Green+Blue) = 166+54+148=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 54 (21.48% from 255 or 14.67% from 368); Blue value is 148 (58.20% from 255 or 40.22% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A63694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63694 is #59C96B. Grayscale: #616161. Windows color (decimal): -5884268 or 9713318. OLE color: 9713318.

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

Color convert

RGB 166 54 148 -
CMYK 0 0.67 0.11 0.35
HSL 309.64º 0.51% 0.43% -
HSV(B) 309.64º 0.67% 0.65% -
XYZ 22.39 12.88 29.32 -
YUV 98.2 156.11 176.36 -
System Red Green Blue C M Y K H S L
Decimal 166 54 148 0 0.67 0.11 0.35 309.64 0.51 0.43
Hex A6 36 94 0 43 B 23 136 33 2B
Octal 246 66 224 0 103 13 43 466 63 53
Binary 10100110 110110 10010100 0 1000011 1011 100011 100110110 110011 101011

Color Harmonies of #A63694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63694

Black with #A63694

Text Example


Text Example

White with #A63694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63694; }

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

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

background-color css

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

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

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

border-color css

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

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

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