Html Css Color HEX #A44B8C Medium Red Violet

📋 copy color: '#A44B8C'

red 164 ◦ green 75 ◦ blue 140

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

Shades of Medium Red Violet #A44B8C

Tints of Medium Red Violet #A44B8C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 43.27%
G = 19.79%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A44B8C (or 0xA44B8C) is known color: Medium Red Violet. HEX triplet: A4, 4B and 8C. RGB value is (164,75,140). Sum of RGB (Red+Green+Blue) = 164+75+140=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A44B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44B8C is #5BB473. Grayscale: #6C6C6C. Windows color (decimal): -6009972 or 9194404. OLE color: 9194404.

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

Color convert

RGB 164 75 140 -
CMYK 0 0.54 0.15 0.36
HSL 316.18º 0.37% 0.47% -
HSV(B) 316.18º 0.54% 0.64% -
XYZ 22.56 14.82 26.48 -
YUV 109.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 164 75 140 0 0.54 0.15 0.36 316.18 0.37 0.47
Hex A4 4B 8C 0 36 F 24 13C 25 2F
Octal 244 113 214 0 66 17 44 474 45 57
Binary 10100100 1001011 10001100 0 110110 1111 100100 100111100 100101 101111

Color Harmonies of #A44B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44B8C

Black with #A44B8C

Text Example


Text Example

White with #A44B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44B8C; }

 p { color: rgb(164,75,140); }

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

background-color css

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

 a { background-color: rgb(164,75,140); }

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

border-color css

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

 span { border-color: rgb(164,75,140); }

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