Html Css Color HEX #A8217C Medium Red Violet

📋 copy color: '#A8217C'

red 168 ◦ green 33 ◦ blue 124

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

Shades of Medium Red Violet #A8217C

Tints of Medium Red Violet #A8217C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.15%

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

R = 51.69%
G = 10.15%
B = 38.15%

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

#A8217C (or 0xA8217C) is known color: Medium Red Violet. HEX triplet: A8, 21 and 7C. RGB value is (168,33,124). Sum of RGB (Red+Green+Blue) = 168+33+124=325 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.69% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 124 (48.83% from 255 or 38.15% from 325); Max value from RGB is 168 - color contains mainly: red. Hex color #A8217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8217C is #57DE83. Grayscale: #535353. Windows color (decimal): -5758596 or 8135080. OLE color: 8135080.

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

Color convert

RGB 168 33 124 -
CMYK 0 0.80 0.26 0.34
HSL 319.56º 0.67% 0.39% -
HSV(B) 319.56º 0.8% 0.66% -
XYZ 20.33 10.87 20.09 -
YUV 83.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 168 33 124 0 0.80 0.26 0.34 319.56 0.67 0.39
Hex A8 21 7C 0 50 1A 22 140 43 27
Octal 250 41 174 0 120 32 42 500 103 47
Binary 10101000 100001 1111100 0 1010000 11010 100010 101000000 1000011 100111

Color Harmonies of #A8217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8217C

Black with #A8217C

Text Example


Text Example

White with #A8217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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