Html Css Color HEX #A63F96 Medium Red Violet

📋 copy color: '#A63F96'

red 166 ◦ green 63 ◦ blue 150

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

Shades of Medium Red Violet #A63F96

Tints of Medium Red Violet #A63F96

RGB

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

 GREEN value IS 63 (25% from 255) = 16.62%

 BLUE value IS 150 (58.98% from 255) = 39.58%

R = 43.8%
G = 16.62%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A63F96 (or 0xA63F96) is known color: Medium Red Violet. HEX triplet: A6, 3F and 96. RGB value is (166,63,150). Sum of RGB (Red+Green+Blue) = 166+63+150=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F96 is #59C069. Grayscale: #676767. Windows color (decimal): -5881962 or 9846694. OLE color: 9846694.

HSL color Cylindrical-coordinate representation of color #A63F96: hue angle of 309.32º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A63F96 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 63 150 -
CMYK 0 0.62 0.10 0.35
HSL 309.32º 0.45% 0.45% -
HSV(B) 309.32º 0.62% 0.65% -
XYZ 23.01 13.86 30.32 -
YUV 103.72 154.12 172.43 -
System Red Green Blue C M Y K H S L
Decimal 166 63 150 0 0.62 0.10 0.35 309.32 0.45 0.45
Hex A6 3F 96 0 3E A 23 135 2D 2D
Octal 246 77 226 0 76 12 43 465 55 55
Binary 10100110 111111 10010110 0 111110 1010 100011 100110101 101101 101101

Color Harmonies of #A63F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F96

Black with #A63F96

Text Example


Text Example

White with #A63F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F96; }

 p { color: rgb(166,63,150); }

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

background-color css

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

 a { background-color: rgb(166,63,150); }

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

border-color css

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

 span { border-color: rgb(166,63,150); }

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