Html Css Color HEX #A62276 Medium Red Violet

📋 copy color: '#A62276'

red 166 ◦ green 34 ◦ blue 118

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

Shades of Medium Red Violet #A62276

Tints of Medium Red Violet #A62276

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.69%

 BLUE value IS 118 (46.48% from 255) = 37.11%

R = 52.2%
G = 10.69%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A62276 (or 0xA62276) is known color: Medium Red Violet. HEX triplet: A6, 22 and 76. RGB value is (166,34,118). Sum of RGB (Red+Green+Blue) = 166+34+118=318 (42% of max value = 765). Red value is 166 (65.23% from 255 or 52.20% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 118 (46.48% from 255 or 37.11% from 318); Max value from RGB is 166 - color contains mainly: red. Hex color #A62276 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A62276 is #59DD89. Grayscale: #525252. Windows color (decimal): -5889418 or 7742118. OLE color: 7742118.

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

Color convert

RGB 166 34 118 -
CMYK 0 0.80 0.29 0.35
HSL 321.82º 0.66% 0.39% -
HSV(B) 321.82º 0.8% 0.65% -
XYZ 19.57 10.56 18.15 -
YUV 83.04 147.73 187.17 -
System Red Green Blue C M Y K H S L
Decimal 166 34 118 0 0.80 0.29 0.35 321.82 0.66 0.39
Hex A6 22 76 0 50 1D 23 142 42 27
Octal 246 42 166 0 120 35 43 502 102 47
Binary 10100110 100010 1110110 0 1010000 11101 100011 101000010 1000010 100111

Color Harmonies of #A62276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62276

Black with #A62276

Text Example


Text Example

White with #A62276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62276; }

 p { color: rgb(166,34,118); }

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

background-color css

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

 a { background-color: rgb(166,34,118); }

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

border-color css

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

 span { border-color: rgb(166,34,118); }

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