Html Css Color HEX #A8227C Medium Red Violet

📋 copy color: '#A8227C'

red 168 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #A8227C

Tints of Medium Red Violet #A8227C

RGB

 RED value IS 168 (66.02% from 255) = 51.53%

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

 BLUE value IS 124 (48.83% from 255) = 38.04%

R = 51.53%
G = 10.43%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8227C (or 0xA8227C) is known color: Medium Red Violet. HEX triplet: A8, 22 and 7C. RGB value is (168,34,124). Sum of RGB (Red+Green+Blue) = 168+34+124=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8227C is #57DD83. Grayscale: #545454. Windows color (decimal): -5758340 or 8135336. OLE color: 8135336.

HSL color Cylindrical-coordinate representation of color #A8227C: hue angle of 319.7º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8227C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 34 124 -
CMYK 0 0.80 0.26 0.34
HSL 319.7º 0.66% 0.4% -
HSV(B) 319.7º 0.8% 0.66% -
XYZ 20.36 10.92 20.1 -
YUV 84.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 168 34 124 0 0.80 0.26 0.34 319.7 0.66 0.4
Hex A8 22 7C 0 50 1A 22 140 42 28
Octal 250 42 174 0 120 32 42 500 102 50
Binary 10101000 100010 1111100 0 1010000 11010 100010 101000000 1000010 101000

Color Harmonies of #A8227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8227C

Black with #A8227C

Text Example


Text Example

White with #A8227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8227C; }

 p { color: rgb(168,34,124); }

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

background-color css

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

 a { background-color: rgb(168,34,124); }

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

border-color css

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

 span { border-color: rgb(168,34,124); }

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