Html Css Color HEX #A43A7B Medium Red Violet

📋 copy color: '#A43A7B'

red 164 ◦ green 58 ◦ blue 123

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

Shades of Medium Red Violet #A43A7B

Tints of Medium Red Violet #A43A7B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.81%

 BLUE value IS 123 (48.44% from 255) = 35.65%

R = 47.54%
G = 16.81%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A43A7B (or 0xA43A7B) is known color: Medium Red Violet. HEX triplet: A4, 3A and 7B. RGB value is (164,58,123). Sum of RGB (Red+Green+Blue) = 164+58+123=345 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.54% from 345); Green value is 58 (23.05% from 255 or 16.81% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A43A7B is #5BC584. Grayscale: #606060. Windows color (decimal): -6014341 or 8075940. OLE color: 8075940.

HSL color Cylindrical-coordinate representation of color #A43A7B: hue angle of 323.21º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A43A7B is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 58 123 -
CMYK 0 0.65 0.25 0.36
HSL 323.21º 0.48% 0.44% -
HSV(B) 323.21º 0.65% 0.64% -
XYZ 20.4 12.35 20.05 -
YUV 97.1 142.62 175.71 -
System Red Green Blue C M Y K H S L
Decimal 164 58 123 0 0.65 0.25 0.36 323.21 0.48 0.44
Hex A4 3A 7B 0 41 19 24 143 30 2C
Octal 244 72 173 0 101 31 44 503 60 54
Binary 10100100 111010 1111011 0 1000001 11001 100100 101000011 110000 101100

Color Harmonies of #A43A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A7B

Black with #A43A7B

Text Example


Text Example

White with #A43A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A7B; }

 p { color: rgb(164,58,123); }

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

background-color css

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

 a { background-color: rgb(164,58,123); }

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

border-color css

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

 span { border-color: rgb(164,58,123); }

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