Html Css Color HEX #A6229D Medium Red Violet

📋 copy color: '#A6229D'

red 166 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #A6229D

Tints of Medium Red Violet #A6229D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.98%

R = 46.5%
G = 9.52%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.35

RGB Variations

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

Color information

#A6229D (or 0xA6229D) is known color: Medium Red Violet. HEX triplet: A6, 22 and 9D. RGB value is (166,34,157). Sum of RGB (Red+Green+Blue) = 166+34+157=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 157 (61.72% from 255 or 43.98% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A6229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6229D is #59DD62. Grayscale: #575757. Windows color (decimal): -5889379 or 10298022. OLE color: 10298022.

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

Color convert

RGB 166 34 157 -
CMYK 0 0.80 0.05 0.35
HSL 304.09º 0.66% 0.39% -
HSV(B) 304.09º 0.8% 0.65% -
XYZ 22.38 11.69 32.97 -
YUV 87.49 167.23 184 -
System Red Green Blue C M Y K H S L
Decimal 166 34 157 0 0.80 0.05 0.35 304.09 0.66 0.39
Hex A6 22 9D 0 50 5 23 130 42 27
Octal 246 42 235 0 120 5 43 460 102 47
Binary 10100110 100010 10011101 0 1010000 101 100011 100110000 1000010 100111

Color Harmonies of #A6229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6229D

Black with #A6229D

Text Example


Text Example

White with #A6229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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