Html Css Color HEX #A4287C Medium Red Violet

📋 copy color: '#A4287C'

red 164 ◦ green 40 ◦ blue 124

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

Shades of Medium Red Violet #A4287C

Tints of Medium Red Violet #A4287C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.2%

 BLUE value IS 124 (48.83% from 255) = 37.8%

R = 50%
G = 12.2%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#A4287C (or 0xA4287C) is known color: Medium Red Violet. HEX triplet: A4, 28 and 7C. RGB value is (164,40,124). Sum of RGB (Red+Green+Blue) = 164+40+124=328 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50% from 328); Green value is 40 (16.02% from 255 or 12.20% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 164 - color contains mainly: red. Hex color #A4287C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4287C is #5BD783. Grayscale: #565656. Windows color (decimal): -6018948 or 8136868. OLE color: 8136868.

HSL color Cylindrical-coordinate representation of color #A4287C: hue angle of 319.35º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A4287C is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 124 -
CMYK 0 0.76 0.24 0.36
HSL 319.35º 0.61% 0.4% -
HSV(B) 319.35º 0.76% 0.64% -
XYZ 19.71 10.87 20.13 -
YUV 86.65 149.08 183.17 -
System Red Green Blue C M Y K H S L
Decimal 164 40 124 0 0.76 0.24 0.36 319.35 0.61 0.4
Hex A4 28 7C 0 4C 18 24 13F 3D 28
Octal 244 50 174 0 114 30 44 477 75 50
Binary 10100100 101000 1111100 0 1001100 11000 100100 100111111 111101 101000

Color Harmonies of #A4287C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4287C

Black with #A4287C

Text Example


Text Example

White with #A4287C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4287C; }

 p { color: rgb(164,40,124); }

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

background-color css

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

 a { background-color: rgb(164,40,124); }

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

border-color css

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

 span { border-color: rgb(164,40,124); }

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