Html Css Color HEX #A4247A Medium Red Violet

📋 copy color: '#A4247A'

red 164 ◦ green 36 ◦ blue 122

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

Shades of Medium Red Violet #A4247A

Tints of Medium Red Violet #A4247A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 122 (48.05% from 255) = 37.89%

R = 50.93%
G = 11.18%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A4247A (or 0xA4247A) is known color: Medium Red Violet. HEX triplet: A4, 24 and 7A. RGB value is (164,36,122). Sum of RGB (Red+Green+Blue) = 164+36+122=322 (42% of max value = 765). Red value is 164 (64.45% from 255 or 50.93% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 122 (48.05% from 255 or 37.89% from 322); Max value from RGB is 164 - color contains mainly: red. Hex color #A4247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4247A is #5BDB85. Grayscale: #535353. Windows color (decimal): -6019974 or 8004772. OLE color: 8004772.

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

Color convert

RGB 164 36 122 -
CMYK 0 0.78 0.26 0.36
HSL 319.69º 0.64% 0.39% -
HSV(B) 319.69º 0.78% 0.64% -
XYZ 19.45 10.56 19.43 -
YUV 84.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 164 36 122 0 0.78 0.26 0.36 319.69 0.64 0.39
Hex A4 24 7A 0 4E 1A 24 140 40 27
Octal 244 44 172 0 116 32 44 500 100 47
Binary 10100100 100100 1111010 0 1001110 11010 100100 101000000 1000000 100111

Color Harmonies of #A4247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4247A

Black with #A4247A

Text Example


Text Example

White with #A4247A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4247A; }

 p { color: rgb(164,36,122); }

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

background-color css

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

 a { background-color: rgb(164,36,122); }

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

border-color css

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

 span { border-color: rgb(164,36,122); }

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