Html Css Color HEX #A44083 Medium Red Violet

📋 copy color: '#A44083'

red 164 ◦ green 64 ◦ blue 131

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

Shades of Medium Red Violet #A44083

Tints of Medium Red Violet #A44083

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.83%

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

R = 45.68%
G = 17.83%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A44083 (or 0xA44083) is known color: Medium Red Violet. HEX triplet: A4, 40 and 83. RGB value is (164,64,131). Sum of RGB (Red+Green+Blue) = 164+64+131=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A44083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44083 is #5BBF7C. Grayscale: #656565. Windows color (decimal): -6012797 or 8601764. OLE color: 8601764.

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

Color convert

RGB 164 64 131 -
CMYK 0 0.61 0.20 0.36
HSL 319.8º 0.44% 0.45% -
HSV(B) 319.8º 0.61% 0.64% -
XYZ 21.24 13.2 22.9 -
YUV 101.54 144.63 172.55 -
System Red Green Blue C M Y K H S L
Decimal 164 64 131 0 0.61 0.20 0.36 319.8 0.44 0.45
Hex A4 40 83 0 3D 14 24 140 2C 2D
Octal 244 100 203 0 75 24 44 500 54 55
Binary 10100100 1000000 10000011 0 111101 10100 100100 101000000 101100 101101

Color Harmonies of #A44083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44083

Black with #A44083

Text Example


Text Example

White with #A44083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44083; }

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

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

background-color css

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

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

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

border-color css

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

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

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