Html Css Color HEX #A62296 Medium Red Violet

📋 copy color: '#A62296'

red 166 ◦ green 34 ◦ blue 150

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

Shades of Medium Red Violet #A62296

Tints of Medium Red Violet #A62296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 47.43%
G = 9.71%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#A62296 (or 0xA62296) is known color: Medium Red Violet. HEX triplet: A6, 22 and 96. RGB value is (166,34,150). Sum of RGB (Red+Green+Blue) = 166+34+150=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A62296 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A62296 is #59DD69. Grayscale: #565656. Windows color (decimal): -5889386 or 9839270. OLE color: 9839270.

HSL color Cylindrical-coordinate representation of color #A62296: hue angle of 307.27º 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 #A62296 is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 34 150 -
CMYK 0 0.80 0.10 0.35
HSL 307.27º 0.66% 0.39% -
HSV(B) 307.27º 0.8% 0.65% -
XYZ 21.8 11.45 29.92 -
YUV 86.69 163.73 184.57 -
System Red Green Blue C M Y K H S L
Decimal 166 34 150 0 0.80 0.10 0.35 307.27 0.66 0.39
Hex A6 22 96 0 50 A 23 133 42 27
Octal 246 42 226 0 120 12 43 463 102 47
Binary 10100110 100010 10010110 0 1010000 1010 100011 100110011 1000010 100111

Color Harmonies of #A62296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62296

Black with #A62296

Text Example


Text Example

White with #A62296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62296; }

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

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

background-color css

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

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

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

border-color css

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

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

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