Html Css Color HEX #A4249C Medium Red Violet

📋 copy color: '#A4249C'

red 164 ◦ green 36 ◦ blue 156

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

Shades of Medium Red Violet #A4249C

Tints of Medium Red Violet #A4249C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.82%

R = 46.07%
G = 10.11%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A4249C (or 0xA4249C) is known color: Medium Red Violet. HEX triplet: A4, 24 and 9C. RGB value is (164,36,156). Sum of RGB (Red+Green+Blue) = 164+36+156=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 36 (14.45% from 255 or 10.11% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A4249C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4249C is #5BDB63. Grayscale: #575757. Windows color (decimal): -6019940 or 10232996. OLE color: 10232996.

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

Color convert

RGB 164 36 156 -
CMYK 0 0.78 0.05 0.36
HSL 303.75º 0.64% 0.39% -
HSV(B) 303.75º 0.78% 0.64% -
XYZ 21.94 11.55 32.53 -
YUV 87.95 166.41 182.24 -
System Red Green Blue C M Y K H S L
Decimal 164 36 156 0 0.78 0.05 0.36 303.75 0.64 0.39
Hex A4 24 9C 0 4E 5 24 130 40 27
Octal 244 44 234 0 116 5 44 460 100 47
Binary 10100100 100100 10011100 0 1001110 101 100100 100110000 1000000 100111

Color Harmonies of #A4249C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4249C

Black with #A4249C

Text Example


Text Example

White with #A4249C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4249C; }

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

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

background-color css

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

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

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

border-color css

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

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

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