Html Css Color HEX #A62386 Medium Red Violet

📋 copy color: '#A62386'

red 166 ◦ green 35 ◦ blue 134

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

Shades of Medium Red Violet #A62386

Tints of Medium Red Violet #A62386

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.45%

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

R = 49.55%
G = 10.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#A62386 (or 0xA62386) is known color: Medium Red Violet. HEX triplet: A6, 23 and 86. RGB value is (166,35,134). Sum of RGB (Red+Green+Blue) = 166+35+134=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 35 (14.06% from 255 or 10.45% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A62386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62386 is #59DC79. Grayscale: #555555. Windows color (decimal): -5889146 or 8790950. OLE color: 8790950.

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

Color convert

RGB 166 35 134 -
CMYK 0 0.79 0.19 0.35
HSL 314.66º 0.65% 0.39% -
HSV(B) 314.66º 0.79% 0.65% -
XYZ 20.63 11.03 23.6 -
YUV 85.46 155.4 185.45 -
System Red Green Blue C M Y K H S L
Decimal 166 35 134 0 0.79 0.19 0.35 314.66 0.65 0.39
Hex A6 23 86 0 4F 13 23 13B 41 27
Octal 246 43 206 0 117 23 43 473 101 47
Binary 10100110 100011 10000110 0 1001111 10011 100011 100111011 1000001 100111

Color Harmonies of #A62386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62386

Black with #A62386

Text Example


Text Example

White with #A62386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62386; }

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

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

background-color css

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

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

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

border-color css

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

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

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