Html Css Color HEX #A4488B Medium Red Violet

📋 copy color: '#A4488B'

red 164 ◦ green 72 ◦ blue 139

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

Shades of Medium Red Violet #A4488B

Tints of Medium Red Violet #A4488B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 43.73%
G = 19.2%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A4488B (or 0xA4488B) is known color: Medium Red Violet. HEX triplet: A4, 48 and 8B. RGB value is (164,72,139). Sum of RGB (Red+Green+Blue) = 164+72+139=375 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.73% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 164 - color contains mainly: red. Hex color #A4488B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A4488B is #5BB774. Grayscale: #6A6A6A. Windows color (decimal): -6010741 or 9128100. OLE color: 9128100.

HSL color Cylindrical-coordinate representation of color #A4488B: hue angle of 316.3º 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 #A4488B is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 72 139 -
CMYK 0 0.56 0.15 0.36
HSL 316.3º 0.39% 0.46% -
HSV(B) 316.3º 0.56% 0.64% -
XYZ 22.29 14.39 26.03 -
YUV 107.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 164 72 139 0 0.56 0.15 0.36 316.3 0.39 0.46
Hex A4 48 8B 0 38 F 24 13C 27 2E
Octal 244 110 213 0 70 17 44 474 47 56
Binary 10100100 1001000 10001011 0 111000 1111 100100 100111100 100111 101110

Color Harmonies of #A4488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4488B

Black with #A4488B

Text Example


Text Example

White with #A4488B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4488B; }

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

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

background-color css

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

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

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

border-color css

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

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

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