Html Css Color HEX #A4217C Medium Red Violet

📋 copy color: '#A4217C'

red 164 ◦ green 33 ◦ blue 124

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

Shades of Medium Red Violet #A4217C

Tints of Medium Red Violet #A4217C

RGB

 RED value IS 164 (64.45% from 255) = 51.09%

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

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

R = 51.09%
G = 10.28%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4217C (or 0xA4217C) is known color: Medium Red Violet. HEX triplet: A4, 21 and 7C. RGB value is (164,33,124). Sum of RGB (Red+Green+Blue) = 164+33+124=321 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.09% from 321); Green value is 33 (13.28% from 255 or 10.28% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 164 - color contains mainly: red. Hex color #A4217C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4217C is #5BDE83. Grayscale: #525252. Windows color (decimal): -6020740 or 8135076. OLE color: 8135076.

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

Color convert

RGB 164 33 124 -
CMYK 0 0.80 0.24 0.36
HSL 318.32º 0.66% 0.39% -
HSV(B) 318.32º 0.8% 0.64% -
XYZ 19.49 10.44 20.06 -
YUV 82.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 164 33 124 0 0.80 0.24 0.36 318.32 0.66 0.39
Hex A4 21 7C 0 50 18 24 13E 42 27
Octal 244 41 174 0 120 30 44 476 102 47
Binary 10100100 100001 1111100 0 1010000 11000 100100 100111110 1000010 100111

Color Harmonies of #A4217C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4217C

Black with #A4217C

Text Example


Text Example

White with #A4217C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4217C; }

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

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

background-color css

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

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

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

border-color css

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

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

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