Html Css Color HEX #A43499 Medium Red Violet

📋 copy color: '#A43499'

red 164 ◦ green 52 ◦ blue 153

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

Shades of Medium Red Violet #A43499

Tints of Medium Red Violet #A43499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.09%

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 44.44%
G = 14.09%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A43499 (or 0xA43499) is known color: Medium Red Violet. HEX triplet: A4, 34 and 99. RGB value is (164,52,153). Sum of RGB (Red+Green+Blue) = 164+52+153=369 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.44% from 369); Green value is 52 (20.70% from 255 or 14.09% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 164 - color contains mainly: red. Hex color #A43499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43499 is #5BCB66. Grayscale: #606060. Windows color (decimal): -6015847 or 10040484. OLE color: 10040484.

HSL color Cylindrical-coordinate representation of color #A43499: hue angle of 305.89º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A43499 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 52 153 -
CMYK 0 0.68 0.07 0.36
HSL 305.89º 0.52% 0.42% -
HSV(B) 305.89º 0.68% 0.64% -
XYZ 22.29 12.65 31.4 -
YUV 97 159.61 175.79 -
System Red Green Blue C M Y K H S L
Decimal 164 52 153 0 0.68 0.07 0.36 305.89 0.52 0.42
Hex A4 34 99 0 44 7 24 132 34 2A
Octal 244 64 231 0 104 7 44 462 64 52
Binary 10100100 110100 10011001 0 1000100 111 100100 100110010 110100 101010

Color Harmonies of #A43499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43499

Black with #A43499

Text Example


Text Example

White with #A43499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43499; }

 p { color: rgb(164,52,153); }

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

background-color css

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

 a { background-color: rgb(164,52,153); }

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

border-color css

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

 span { border-color: rgb(164,52,153); }

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