Html Css Color HEX #A4228B Medium Red Violet

📋 copy color: '#A4228B'

red 164 ◦ green 34 ◦ blue 139

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

Shades of Medium Red Violet #A4228B

Tints of Medium Red Violet #A4228B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.09%

 BLUE value IS 139 (54.69% from 255) = 41.25%

R = 48.66%
G = 10.09%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4228B (or 0xA4228B) is known color: Medium Red Violet. HEX triplet: A4, 22 and 8B. RGB value is (164,34,139). Sum of RGB (Red+Green+Blue) = 164+34+139=337 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.66% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 164 - color contains mainly: red. Hex color #A4228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4228B is #5BDD74. Grayscale: #545454. Windows color (decimal): -6020469 or 9118372. OLE color: 9118372.

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

Color convert

RGB 164 34 139 -
CMYK 0 0.79 0.15 0.36
HSL 311.54º 0.66% 0.39% -
HSV(B) 311.54º 0.79% 0.64% -
XYZ 20.54 10.9 25.45 -
YUV 84.84 158.57 184.46 -
System Red Green Blue C M Y K H S L
Decimal 164 34 139 0 0.79 0.15 0.36 311.54 0.66 0.39
Hex A4 22 8B 0 4F F 24 138 42 27
Octal 244 42 213 0 117 17 44 470 102 47
Binary 10100100 100010 10001011 0 1001111 1111 100100 100111000 1000010 100111

Color Harmonies of #A4228B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4228B

Black with #A4228B

Text Example


Text Example

White with #A4228B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4228B; }

 p { color: rgb(164,34,139); }

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

background-color css

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

 a { background-color: rgb(164,34,139); }

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

border-color css

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

 span { border-color: rgb(164,34,139); }

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