Html Css Color HEX #A63F93 Medium Red Violet

📋 copy color: '#A63F93'

red 166 ◦ green 63 ◦ blue 147

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

Shades of Medium Red Violet #A63F93

Tints of Medium Red Violet #A63F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.1%

R = 44.15%
G = 16.76%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.35

RGB Variations

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

Color information

#A63F93 (or 0xA63F93) is known color: Medium Red Violet. HEX triplet: A6, 3F and 93. RGB value is (166,63,147). Sum of RGB (Red+Green+Blue) = 166+63+147=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 63 (25% from 255 or 16.76% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63F93 is #59C06C. Grayscale: #676767. Windows color (decimal): -5881965 or 9650086. OLE color: 9650086.

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

Color convert

RGB 166 63 147 -
CMYK 0 0.62 0.11 0.35
HSL 311.07º 0.45% 0.45% -
HSV(B) 311.07º 0.62% 0.65% -
XYZ 22.77 13.77 29.06 -
YUV 103.37 152.62 172.67 -
System Red Green Blue C M Y K H S L
Decimal 166 63 147 0 0.62 0.11 0.35 311.07 0.45 0.45
Hex A6 3F 93 0 3E B 23 137 2D 2D
Octal 246 77 223 0 76 13 43 467 55 55
Binary 10100110 111111 10010011 0 111110 1011 100011 100110111 101101 101101

Color Harmonies of #A63F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63F93

Black with #A63F93

Text Example


Text Example

White with #A63F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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