Html Css Color HEX #A43B8A Medium Red Violet

📋 copy color: '#A43B8A'

red 164 ◦ green 59 ◦ blue 138

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

Shades of Medium Red Violet #A43B8A

Tints of Medium Red Violet #A43B8A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.34%

 BLUE value IS 138 (54.3% from 255) = 38.23%

R = 45.43%
G = 16.34%
B = 38.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A43B8A (or 0xA43B8A) is known color: Medium Red Violet. HEX triplet: A4, 3B and 8A. RGB value is (164,59,138). Sum of RGB (Red+Green+Blue) = 164+59+138=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 59 (23.44% from 255 or 16.34% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A43B8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43B8A is #5BC475. Grayscale: #636363. Windows color (decimal): -6014070 or 9059236. OLE color: 9059236.

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

Color convert

RGB 164 59 138 -
CMYK 0 0.64 0.16 0.36
HSL 314.86º 0.47% 0.44% -
HSV(B) 314.86º 0.64% 0.64% -
XYZ 21.46 12.86 25.39 -
YUV 99.4 149.79 174.08 -
System Red Green Blue C M Y K H S L
Decimal 164 59 138 0 0.64 0.16 0.36 314.86 0.47 0.44
Hex A4 3B 8A 0 40 10 24 13B 2F 2C
Octal 244 73 212 0 100 20 44 473 57 54
Binary 10100100 111011 10001010 0 1000000 10000 100100 100111011 101111 101100

Color Harmonies of #A43B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43B8A

Black with #A43B8A

Text Example


Text Example

White with #A43B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43B8A; }

 p { color: rgb(164,59,138); }

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

background-color css

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

 a { background-color: rgb(164,59,138); }

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

border-color css

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

 span { border-color: rgb(164,59,138); }

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