Html Css Color HEX #A44082 Medium Red Violet

📋 copy color: '#A44082'

red 164 ◦ green 64 ◦ blue 130

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

Shades of Medium Red Violet #A44082

Tints of Medium Red Violet #A44082

RGB

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

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

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

R = 45.81%
G = 17.88%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44082 (or 0xA44082) is known color: Medium Red Violet. HEX triplet: A4, 40 and 82. RGB value is (164,64,130). Sum of RGB (Red+Green+Blue) = 164+64+130=358 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.81% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 130 (51.17% from 255 or 36.31% from 358); Max value from RGB is 164 - color contains mainly: red. Hex color #A44082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44082 is #5BBF7D. Grayscale: #656565. Windows color (decimal): -6012798 or 8536228. OLE color: 8536228.

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

Color convert

RGB 164 64 130 -
CMYK 0 0.61 0.21 0.36
HSL 320.4º 0.44% 0.45% -
HSV(B) 320.4º 0.61% 0.64% -
XYZ 21.17 13.17 22.55 -
YUV 101.42 144.13 172.63 -
System Red Green Blue C M Y K H S L
Decimal 164 64 130 0 0.61 0.21 0.36 320.4 0.44 0.45
Hex A4 40 82 0 3D 15 24 140 2C 2D
Octal 244 100 202 0 75 25 44 500 54 55
Binary 10100100 1000000 10000010 0 111101 10101 100100 101000000 101100 101101

Color Harmonies of #A44082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44082

Black with #A44082

Text Example


Text Example

White with #A44082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44082; }

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

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

background-color css

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

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

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

border-color css

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

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

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