Html Css Color HEX #A44682 Medium Red Violet

📋 copy color: '#A44682'

red 164 ◦ green 70 ◦ blue 130

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

Shades of Medium Red Violet #A44682

Tints of Medium Red Violet #A44682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.23%

 BLUE value IS 130 (51.17% from 255) = 35.71%

R = 45.05%
G = 19.23%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44682 (or 0xA44682) is known color: Medium Red Violet. HEX triplet: A4, 46 and 82. RGB value is (164,70,130). Sum of RGB (Red+Green+Blue) = 164+70+130=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A44682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44682 is #5BB97D. Grayscale: #686868. Windows color (decimal): -6011262 or 8537764. OLE color: 8537764.

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

Color convert

RGB 164 70 130 -
CMYK 0 0.57 0.21 0.36
HSL 321.7º 0.4% 0.46% -
HSV(B) 321.7º 0.57% 0.64% -
XYZ 21.53 13.88 22.66 -
YUV 104.95 142.14 170.12 -
System Red Green Blue C M Y K H S L
Decimal 164 70 130 0 0.57 0.21 0.36 321.7 0.4 0.46
Hex A4 46 82 0 39 15 24 142 28 2E
Octal 244 106 202 0 71 25 44 502 50 56
Binary 10100100 1000110 10000010 0 111001 10101 100100 101000010 101000 101110

Color Harmonies of #A44682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44682

Black with #A44682

Text Example


Text Example

White with #A44682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44682; }

 p { color: rgb(164,70,130); }

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

background-color css

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

 a { background-color: rgb(164,70,130); }

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

border-color css

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

 span { border-color: rgb(164,70,130); }

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