Html Css Color HEX #A8217D Medium Red Violet

📋 copy color: '#A8217D'

red 168 ◦ green 33 ◦ blue 125

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

Shades of Medium Red Violet #A8217D

Tints of Medium Red Violet #A8217D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 38.34%

R = 51.53%
G = 10.12%
B = 38.34%

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

#A8217D (or 0xA8217D) is known color: Medium Red Violet. HEX triplet: A8, 21 and 7D. RGB value is (168,33,125). Sum of RGB (Red+Green+Blue) = 168+33+125=326 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.53% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 168 - color contains mainly: red. Hex color #A8217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8217D is #57DE82. Grayscale: #535353. Windows color (decimal): -5758595 or 8200616. OLE color: 8200616.

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

Color convert

RGB 168 33 125 -
CMYK 0 0.80 0.26 0.34
HSL 319.11º 0.67% 0.39% -
HSV(B) 319.11º 0.8% 0.66% -
XYZ 20.39 10.89 20.43 -
YUV 83.85 151.23 188.02 -
System Red Green Blue C M Y K H S L
Decimal 168 33 125 0 0.80 0.26 0.34 319.11 0.67 0.39
Hex A8 21 7D 0 50 1A 22 13F 43 27
Octal 250 41 175 0 120 32 42 477 103 47
Binary 10101000 100001 1111101 0 1010000 11010 100010 100111111 1000011 100111

Color Harmonies of #A8217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8217D

Black with #A8217D

Text Example


Text Example

White with #A8217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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