Html Css Color HEX #A63C98 Medium Red Violet

📋 copy color: '#A63C98'

red 166 ◦ green 60 ◦ blue 152

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

Shades of Medium Red Violet #A63C98

Tints of Medium Red Violet #A63C98

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.87%

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

R = 43.92%
G = 15.87%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#A63C98 (or 0xA63C98) is known color: Medium Red Violet. HEX triplet: A6, 3C and 98. RGB value is (166,60,152). Sum of RGB (Red+Green+Blue) = 166+60+152=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63C98 is #59C367. Grayscale: #656565. Windows color (decimal): -5882728 or 9976998. OLE color: 9976998.

HSL color Cylindrical-coordinate representation of color #A63C98: hue angle of 307.92º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A63C98 is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 60 152 -
CMYK 0 0.64 0.08 0.35
HSL 307.92º 0.47% 0.44% -
HSV(B) 307.92º 0.64% 0.65% -
XYZ 23.01 13.61 31.12 -
YUV 102.18 156.12 173.52 -
System Red Green Blue C M Y K H S L
Decimal 166 60 152 0 0.64 0.08 0.35 307.92 0.47 0.44
Hex A6 3C 98 0 40 8 23 134 2F 2C
Octal 246 74 230 0 100 10 43 464 57 54
Binary 10100110 111100 10011000 0 1000000 1000 100011 100110100 101111 101100

Color Harmonies of #A63C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63C98

Black with #A63C98

Text Example


Text Example

White with #A63C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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