Html Css Color HEX #A63198 Medium Red Violet

📋 copy color: '#A63198'

red 166 ◦ green 49 ◦ blue 152

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

Shades of Medium Red Violet #A63198

Tints of Medium Red Violet #A63198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 45.23%
G = 13.35%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A63198 (or 0xA63198) is known color: Medium Red Violet. HEX triplet: A6, 31 and 98. RGB value is (166,49,152). Sum of RGB (Red+Green+Blue) = 166+49+152=367 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.23% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 166 - color contains mainly: red. Hex color #A63198 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63198 is #59CE67. Grayscale: #5F5F5F. Windows color (decimal): -5885544 or 9974182. OLE color: 9974182.

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

Color convert

RGB 166 49 152 -
CMYK 0 0.70 0.08 0.35
HSL 307.18º 0.54% 0.42% -
HSV(B) 307.18º 0.7% 0.65% -
XYZ 22.49 12.57 30.95 -
YUV 95.73 159.76 178.12 -
System Red Green Blue C M Y K H S L
Decimal 166 49 152 0 0.70 0.08 0.35 307.18 0.54 0.42
Hex A6 31 98 0 46 8 23 133 36 2A
Octal 246 61 230 0 106 10 43 463 66 52
Binary 10100110 110001 10011000 0 1000110 1000 100011 100110011 110110 101010

Color Harmonies of #A63198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63198

Black with #A63198

Text Example


Text Example

White with #A63198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63198; }

 p { color: rgb(166,49,152); }

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

background-color css

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

 a { background-color: rgb(166,49,152); }

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

border-color css

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

 span { border-color: rgb(166,49,152); }

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