Html Css Color HEX #A61683 Medium Violet Red

📋 copy color: '#A61683'

red 166 ◦ green 22 ◦ blue 131

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

Shades of Medium Violet Red #A61683

Tints of Medium Violet Red #A61683

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.9%

 BLUE value IS 131 (51.56% from 255) = 41.07%

R = 52.04%
G = 6.9%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A61683 (or 0xA61683) is known color: Medium Violet Red. HEX triplet: A6, 16 and 83. RGB value is (166,22,131). Sum of RGB (Red+Green+Blue) = 166+22+131=319 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.04% from 319); Green value is 22 (8.98% from 255 or 6.90% from 319); Blue value is 131 (51.56% from 255 or 41.07% from 319); Max value from RGB is 166 - color contains mainly: red. Hex color #A61683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A61683 is #59E97C. Grayscale: #4D4D4D. Windows color (decimal): -5892477 or 8591014. OLE color: 8591014.

HSL color Cylindrical-coordinate representation of color #A61683: hue angle of 314.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61683 is Cyan = 0, Magento = 0.87, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 22 131 -
CMYK 0 0.87 0.21 0.35
HSL 314.58º 0.77% 0.37% -
HSV(B) 314.58º 0.87% 0.65% -
XYZ 20.11 10.32 22.4 -
YUV 77.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 166 22 131 0 0.87 0.21 0.35 314.58 0.77 0.37
Hex A6 16 83 0 57 15 23 13B 4D 25
Octal 246 26 203 0 127 25 43 473 115 45
Binary 10100110 10110 10000011 0 1010111 10101 100011 100111011 1001101 100101

Color Harmonies of #A61683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61683

Black with #A61683

Text Example


Text Example

White with #A61683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61683; }

 p { color: rgb(166,22,131); }

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

background-color css

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

 a { background-color: rgb(166,22,131); }

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

border-color css

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

 span { border-color: rgb(166,22,131); }

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