Html Css Color HEX #A4217E Medium Red Violet

📋 copy color: '#A4217E'

red 164 ◦ green 33 ◦ blue 126

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

Shades of Medium Red Violet #A4217E

Tints of Medium Red Violet #A4217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.01%

R = 50.77%
G = 10.22%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4217E (or 0xA4217E) is known color: Medium Red Violet. HEX triplet: A4, 21 and 7E. RGB value is (164,33,126). Sum of RGB (Red+Green+Blue) = 164+33+126=323 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.77% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 126 (49.61% from 255 or 39.01% from 323); Max value from RGB is 164 - color contains mainly: red. Hex color #A4217E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4217E is #5BDE81. Grayscale: #525252. Windows color (decimal): -6020738 or 8266148. OLE color: 8266148.

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

Color convert

RGB 164 33 126 -
CMYK 0 0.80 0.23 0.36
HSL 317.4º 0.66% 0.39% -
HSV(B) 317.4º 0.8% 0.64% -
XYZ 19.62 10.49 20.73 -
YUV 82.77 152.4 185.94 -
System Red Green Blue C M Y K H S L
Decimal 164 33 126 0 0.80 0.23 0.36 317.4 0.66 0.39
Hex A4 21 7E 0 50 17 24 13D 42 27
Octal 244 41 176 0 120 27 44 475 102 47
Binary 10100100 100001 1111110 0 1010000 10111 100100 100111101 1000010 100111

Color Harmonies of #A4217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4217E

Black with #A4217E

Text Example


Text Example

White with #A4217E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4217E; }

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

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

background-color css

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

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

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

border-color css

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

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

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