Html Css Color HEX #A43E8A Medium Red Violet

📋 copy color: '#A43E8A'

red 164 ◦ green 62 ◦ blue 138

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

Shades of Medium Red Violet #A43E8A

Tints of Medium Red Violet #A43E8A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.03%

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

R = 45.05%
G = 17.03%
B = 37.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A43E8A (or 0xA43E8A) is known color: Medium Red Violet. HEX triplet: A4, 3E and 8A. RGB value is (164,62,138). Sum of RGB (Red+Green+Blue) = 164+62+138=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A43E8A is #5BC175. Grayscale: #646464. Windows color (decimal): -6013302 or 9060004. OLE color: 9060004.

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

Color convert

RGB 164 62 138 -
CMYK 0 0.62 0.16 0.36
HSL 315.29º 0.45% 0.44% -
HSV(B) 315.29º 0.62% 0.64% -
XYZ 21.62 13.17 25.45 -
YUV 101.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 164 62 138 0 0.62 0.16 0.36 315.29 0.45 0.44
Hex A4 3E 8A 0 3E 10 24 13B 2D 2C
Octal 244 76 212 0 76 20 44 473 55 54
Binary 10100100 111110 10001010 0 111110 10000 100100 100111011 101101 101100

Color Harmonies of #A43E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E8A

Black with #A43E8A

Text Example


Text Example

White with #A43E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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