Html Css Color HEX #A7228F Medium Red Violet

📋 copy color: '#A7228F'

red 167 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #A7228F

Tints of Medium Red Violet #A7228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.57%

R = 48.55%
G = 9.88%
B = 41.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#A7228F (or 0xA7228F) is known color: Medium Red Violet. HEX triplet: A7, 22 and 8F. RGB value is (167,34,143). Sum of RGB (Red+Green+Blue) = 167+34+143=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 143 (56.25% from 255 or 41.57% from 344); Max value from RGB is 167 - color contains mainly: red. Hex color #A7228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7228F is #58DD70. Grayscale: #555555. Windows color (decimal): -5823857 or 9380519. OLE color: 9380519.

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

Color convert

RGB 167 34 143 -
CMYK 0 0.80 0.14 0.35
HSL 310.83º 0.66% 0.39% -
HSV(B) 310.83º 0.8% 0.65% -
XYZ 21.47 11.34 27.04 -
YUV 86.19 160.06 185.64 -
System Red Green Blue C M Y K H S L
Decimal 167 34 143 0 0.80 0.14 0.35 310.83 0.66 0.39
Hex A7 22 8F 0 50 E 23 137 42 27
Octal 247 42 217 0 120 16 43 467 102 47
Binary 10100111 100010 10001111 0 1010000 1110 100011 100110111 1000010 100111

Color Harmonies of #A7228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7228F

Black with #A7228F

Text Example


Text Example

White with #A7228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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