Html Css Color HEX #A4488D Medium Red Violet

📋 copy color: '#A4488D'

red 164 ◦ green 72 ◦ blue 141

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

Shades of Medium Red Violet #A4488D

Tints of Medium Red Violet #A4488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 43.5%
G = 19.1%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.14

 K value IS 0.36

RGB Variations

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

Color information

#A4488D (or 0xA4488D) is known color: Medium Red Violet. HEX triplet: A4, 48 and 8D. RGB value is (164,72,141). Sum of RGB (Red+Green+Blue) = 164+72+141=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A4488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4488D is #5BB772. Grayscale: #6B6B6B. Windows color (decimal): -6010739 or 9259172. OLE color: 9259172.

HSL color Cylindrical-coordinate representation of color #A4488D: hue angle of 315º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A4488D is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 141 -
CMYK 0 0.56 0.14 0.36
HSL 315º 0.39% 0.46% -
HSV(B) 315º 0.56% 0.64% -
XYZ 22.43 14.45 26.81 -
YUV 107.37 146.98 168.39 -
System Red Green Blue C M Y K H S L
Decimal 164 72 141 0 0.56 0.14 0.36 315 0.39 0.46
Hex A4 48 8D 0 38 E 24 13B 27 2E
Octal 244 110 215 0 70 16 44 473 47 56
Binary 10100100 1001000 10001101 0 111000 1110 100100 100111011 100111 101110

Color Harmonies of #A4488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4488D

Black with #A4488D

Text Example


Text Example

White with #A4488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4488D; }

 p { color: rgb(164,72,141); }

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

background-color css

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

 a { background-color: rgb(164,72,141); }

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

border-color css

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

 span { border-color: rgb(164,72,141); }

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