Html Css Color HEX #A4217D Medium Red Violet

📋 copy color: '#A4217D'

red 164 ◦ green 33 ◦ blue 125

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

Shades of Medium Red Violet #A4217D

Tints of Medium Red Violet #A4217D

RGB

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

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

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

R = 50.93%
G = 10.25%
B = 38.82%

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

#A4217D (or 0xA4217D) is known color: Medium Red Violet. HEX triplet: A4, 21 and 7D. RGB value is (164,33,125). Sum of RGB (Red+Green+Blue) = 164+33+125=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4217D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4217D is #5BDE82. Grayscale: #525252. Windows color (decimal): -6020739 or 8200612. OLE color: 8200612.

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

Color convert

RGB 164 33 125 -
CMYK 0 0.80 0.24 0.36
HSL 317.86º 0.66% 0.39% -
HSV(B) 317.86º 0.8% 0.64% -
XYZ 19.56 10.46 20.39 -
YUV 82.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 164 33 125 0 0.80 0.24 0.36 317.86 0.66 0.39
Hex A4 21 7D 0 50 18 24 13E 42 27
Octal 244 41 175 0 120 30 44 476 102 47
Binary 10100100 100001 1111101 0 1010000 11000 100100 100111110 1000010 100111

Color Harmonies of #A4217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4217D

Black with #A4217D

Text Example


Text Example

White with #A4217D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4217D; }

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

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

background-color css

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

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

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

border-color css

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

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

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