Html Css Color HEX #A6229C Medium Red Violet

📋 copy color: '#A6229C'

red 166 ◦ green 34 ◦ blue 156

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

Shades of Medium Red Violet #A6229C

Tints of Medium Red Violet #A6229C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 46.63%
G = 9.55%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A6229C (or 0xA6229C) is known color: Medium Red Violet. HEX triplet: A6, 22 and 9C. RGB value is (166,34,156). Sum of RGB (Red+Green+Blue) = 166+34+156=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6229C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6229C is #59DD63. Grayscale: #575757. Windows color (decimal): -5889380 or 10232486. OLE color: 10232486.

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

Color convert

RGB 166 34 156 -
CMYK 0 0.80 0.06 0.35
HSL 304.55º 0.66% 0.39% -
HSV(B) 304.55º 0.8% 0.65% -
XYZ 22.3 11.65 32.53 -
YUV 87.38 166.73 184.08 -
System Red Green Blue C M Y K H S L
Decimal 166 34 156 0 0.80 0.06 0.35 304.55 0.66 0.39
Hex A6 22 9C 0 50 6 23 131 42 27
Octal 246 42 234 0 120 6 43 461 102 47
Binary 10100110 100010 10011100 0 1010000 110 100011 100110001 1000010 100111

Color Harmonies of #A6229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6229C

Black with #A6229C

Text Example


Text Example

White with #A6229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6229C; }

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

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

background-color css

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

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

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

border-color css

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

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

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