Html Css Color HEX #A44883 Medium Red Violet

📋 copy color: '#A44883'

red 164 ◦ green 72 ◦ blue 131

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

Shades of Medium Red Violet #A44883

Tints of Medium Red Violet #A44883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 35.69%

R = 44.69%
G = 19.62%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44883 (or 0xA44883) is known color: Medium Red Violet. HEX triplet: A4, 48 and 83. RGB value is (164,72,131). Sum of RGB (Red+Green+Blue) = 164+72+131=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 131 (51.56% from 255 or 35.69% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A44883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44883 is #5BB77C. Grayscale: #6A6A6A. Windows color (decimal): -6010749 or 8603812. OLE color: 8603812.

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

Color convert

RGB 164 72 131 -
CMYK 0 0.56 0.20 0.36
HSL 321.52º 0.39% 0.46% -
HSV(B) 321.52º 0.56% 0.64% -
XYZ 21.72 14.17 23.06 -
YUV 106.23 141.98 169.2 -
System Red Green Blue C M Y K H S L
Decimal 164 72 131 0 0.56 0.20 0.36 321.52 0.39 0.46
Hex A4 48 83 0 38 14 24 142 27 2E
Octal 244 110 203 0 70 24 44 502 47 56
Binary 10100100 1001000 10000011 0 111000 10100 100100 101000010 100111 101110

Color Harmonies of #A44883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44883

Black with #A44883

Text Example


Text Example

White with #A44883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44883; }

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

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

background-color css

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

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

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

border-color css

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

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

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