Html Css Color HEX #A4298F Medium Red Violet

📋 copy color: '#A4298F'

red 164 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #A4298F

Tints of Medium Red Violet #A4298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 47.13%
G = 11.78%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A4298F (or 0xA4298F) is known color: Medium Red Violet. HEX triplet: A4, 29 and 8F. RGB value is (164,41,143). Sum of RGB (Red+Green+Blue) = 164+41+143=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A4298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4298F is #5BD670. Grayscale: #595959. Windows color (decimal): -6018673 or 9382308. OLE color: 9382308.

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

Color convert

RGB 164 41 143 -
CMYK 0 0.75 0.13 0.36
HSL 310.24º 0.6% 0.4% -
HSV(B) 310.24º 0.75% 0.64% -
XYZ 21.06 11.46 27.09 -
YUV 89.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 164 41 143 0 0.75 0.13 0.36 310.24 0.6 0.4
Hex A4 29 8F 0 4B D 24 136 3C 28
Octal 244 51 217 0 113 15 44 466 74 50
Binary 10100100 101001 10001111 0 1001011 1101 100100 100110110 111100 101000

Color Harmonies of #A4298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4298F

Black with #A4298F

Text Example


Text Example

White with #A4298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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