Html Css Color HEX #A43293 Medium Red Violet

📋 copy color: '#A43293'

red 164 ◦ green 50 ◦ blue 147

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

Shades of Medium Red Violet #A43293

Tints of Medium Red Violet #A43293

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.85%

 BLUE value IS 147 (57.81% from 255) = 40.72%

R = 45.43%
G = 13.85%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A43293 (or 0xA43293) is known color: Medium Red Violet. HEX triplet: A4, 32 and 93. RGB value is (164,50,147). Sum of RGB (Red+Green+Blue) = 164+50+147=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 50 (19.92% from 255 or 13.85% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A43293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43293 is #5BCD6C. Grayscale: #5E5E5E. Windows color (decimal): -6016365 or 9646756. OLE color: 9646756.

HSL color Cylindrical-coordinate representation of color #A43293: hue angle of 308.95º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A43293 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 50 147 -
CMYK 0 0.70 0.10 0.36
HSL 308.95º 0.53% 0.42% -
HSV(B) 308.95º 0.7% 0.64% -
XYZ 21.72 12.28 28.83 -
YUV 95.14 157.27 177.11 -
System Red Green Blue C M Y K H S L
Decimal 164 50 147 0 0.70 0.10 0.36 308.95 0.53 0.42
Hex A4 32 93 0 46 A 24 135 35 2A
Octal 244 62 223 0 106 12 44 465 65 52
Binary 10100100 110010 10010011 0 1000110 1010 100100 100110101 110101 101010

Color Harmonies of #A43293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43293

Black with #A43293

Text Example


Text Example

White with #A43293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43293; }

 p { color: rgb(164,50,147); }

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

background-color css

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

 a { background-color: rgb(164,50,147); }

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

border-color css

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

 span { border-color: rgb(164,50,147); }

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