Html Css Color HEX #A62686 Medium Red Violet

📋 copy color: '#A62686'

red 166 ◦ green 38 ◦ blue 134

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

Shades of Medium Red Violet #A62686

Tints of Medium Red Violet #A62686

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.24%

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 49.11%
G = 11.24%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A62686 (or 0xA62686) is known color: Medium Red Violet. HEX triplet: A6, 26 and 86. RGB value is (166,38,134). Sum of RGB (Red+Green+Blue) = 166+38+134=338 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.11% from 338); Green value is 38 (15.23% from 255 or 11.24% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 166 - color contains mainly: red. Hex color #A62686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62686 is #59D979. Grayscale: #565656. Windows color (decimal): -5888378 or 8791718. OLE color: 8791718.

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

Color convert

RGB 166 38 134 -
CMYK 0 0.77 0.19 0.35
HSL 315º 0.63% 0.4% -
HSV(B) 315º 0.77% 0.65% -
XYZ 20.72 11.21 23.63 -
YUV 87.22 154.41 184.19 -
System Red Green Blue C M Y K H S L
Decimal 166 38 134 0 0.77 0.19 0.35 315 0.63 0.4
Hex A6 26 86 0 4D 13 23 13B 3F 28
Octal 246 46 206 0 115 23 43 473 77 50
Binary 10100110 100110 10000110 0 1001101 10011 100011 100111011 111111 101000

Color Harmonies of #A62686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62686

Black with #A62686

Text Example


Text Example

White with #A62686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62686; }

 p { color: rgb(166,38,134); }

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

background-color css

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

 a { background-color: rgb(166,38,134); }

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

border-color css

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

 span { border-color: rgb(166,38,134); }

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