Html Css Color HEX #A4217B Medium Red Violet

📋 copy color: '#A4217B'

red 164 ◦ green 33 ◦ blue 123

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

Shades of Medium Red Violet #A4217B

Tints of Medium Red Violet #A4217B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.44%

R = 51.25%
G = 10.31%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A4217B (or 0xA4217B) is known color: Medium Red Violet. HEX triplet: A4, 21 and 7B. RGB value is (164,33,123). Sum of RGB (Red+Green+Blue) = 164+33+123=320 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.25% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 164 - color contains mainly: red. Hex color #A4217B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4217B is #5BDE84. Grayscale: #525252. Windows color (decimal): -6020741 or 8069540. OLE color: 8069540.

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

Color convert

RGB 164 33 123 -
CMYK 0 0.80 0.25 0.36
HSL 318.78º 0.66% 0.39% -
HSV(B) 318.78º 0.8% 0.64% -
XYZ 19.43 10.41 19.72 -
YUV 82.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 164 33 123 0 0.80 0.25 0.36 318.78 0.66 0.39
Hex A4 21 7B 0 50 19 24 13F 42 27
Octal 244 41 173 0 120 31 44 477 102 47
Binary 10100100 100001 1111011 0 1010000 11001 100100 100111111 1000010 100111

Color Harmonies of #A4217B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4217B

Black with #A4217B

Text Example


Text Example

White with #A4217B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4217B; }

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

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

background-color css

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

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

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

border-color css

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

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

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