Html Css Color HEX #A7229D Medium Red Violet

📋 copy color: '#A7229D'

red 167 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #A7229D

Tints of Medium Red Violet #A7229D

RGB

 RED value IS 167 (65.63% from 255) = 46.65%

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

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

R = 46.65%
G = 9.5%
B = 43.85%

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

#A7229D (or 0xA7229D) is known color: Medium Red Violet. HEX triplet: A7, 22 and 9D. RGB value is (167,34,157). Sum of RGB (Red+Green+Blue) = 167+34+157=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 34 (13.67% from 255 or 9.50% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7229D is #58DD62. Grayscale: #575757. Windows color (decimal): -5823843 or 10298023. OLE color: 10298023.

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

Color convert

RGB 167 34 157 -
CMYK 0 0.80 0.06 0.35
HSL 304.51º 0.66% 0.39% -
HSV(B) 304.51º 0.8% 0.65% -
XYZ 22.59 11.79 32.98 -
YUV 87.79 167.06 184.5 -
System Red Green Blue C M Y K H S L
Decimal 167 34 157 0 0.80 0.06 0.35 304.51 0.66 0.39
Hex A7 22 9D 0 50 6 23 131 42 27
Octal 247 42 235 0 120 6 43 461 102 47
Binary 10100111 100010 10011101 0 1010000 110 100011 100110001 1000010 100111

Color Harmonies of #A7229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7229D

Black with #A7229D

Text Example


Text Example

White with #A7229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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