Html Css Color HEX #A4297E Medium Red Violet

📋 copy color: '#A4297E'

red 164 ◦ green 41 ◦ blue 126

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

Shades of Medium Red Violet #A4297E

Tints of Medium Red Violet #A4297E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.39%

 BLUE value IS 126 (49.61% from 255) = 38.07%

R = 49.55%
G = 12.39%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4297E (or 0xA4297E) is known color: Medium Red Violet. HEX triplet: A4, 29 and 7E. RGB value is (164,41,126). Sum of RGB (Red+Green+Blue) = 164+41+126=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A4297E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4297E is #5BD681. Grayscale: #575757. Windows color (decimal): -6018690 or 8268196. OLE color: 8268196.

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

Color convert

RGB 164 41 126 -
CMYK 0 0.75 0.23 0.36
HSL 318.54º 0.6% 0.4% -
HSV(B) 318.54º 0.75% 0.64% -
XYZ 19.87 10.98 20.81 -
YUV 87.47 149.75 182.59 -
System Red Green Blue C M Y K H S L
Decimal 164 41 126 0 0.75 0.23 0.36 318.54 0.6 0.4
Hex A4 29 7E 0 4B 17 24 13F 3C 28
Octal 244 51 176 0 113 27 44 477 74 50
Binary 10100100 101001 1111110 0 1001011 10111 100100 100111111 111100 101000

Color Harmonies of #A4297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4297E

Black with #A4297E

Text Example


Text Example

White with #A4297E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4297E; }

 p { color: rgb(164,41,126); }

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

background-color css

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

 a { background-color: rgb(164,41,126); }

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

border-color css

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

 span { border-color: rgb(164,41,126); }

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