Html Css Color HEX #A63A92 Medium Red Violet

📋 copy color: '#A63A92'

red 166 ◦ green 58 ◦ blue 146

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

Shades of Medium Red Violet #A63A92

Tints of Medium Red Violet #A63A92

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 44.86%
G = 15.68%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#A63A92 (or 0xA63A92) is known color: Medium Red Violet. HEX triplet: A6, 3A and 92. RGB value is (166,58,146). Sum of RGB (Red+Green+Blue) = 166+58+146=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A63A92 is #59C56D. Grayscale: #646464. Windows color (decimal): -5883246 or 9583270. OLE color: 9583270.

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

Color convert

RGB 166 58 146 -
CMYK 0 0.65 0.12 0.35
HSL 311.11º 0.48% 0.44% -
HSV(B) 311.11º 0.65% 0.65% -
XYZ 22.43 13.21 28.56 -
YUV 100.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 166 58 146 0 0.65 0.12 0.35 311.11 0.48 0.44
Hex A6 3A 92 0 41 C 23 137 30 2C
Octal 246 72 222 0 101 14 43 467 60 54
Binary 10100110 111010 10010010 0 1000001 1100 100011 100110111 110000 101100

Color Harmonies of #A63A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63A92

Black with #A63A92

Text Example


Text Example

White with #A63A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63A92; }

 p { color: rgb(166,58,146); }

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

background-color css

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

 a { background-color: rgb(166,58,146); }

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

border-color css

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

 span { border-color: rgb(166,58,146); }

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