Html Css Color HEX #A44482 Medium Red Violet

📋 copy color: '#A44482'

red 164 ◦ green 68 ◦ blue 130

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

Shades of Medium Red Violet #A44482

Tints of Medium Red Violet #A44482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.78%

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

R = 45.3%
G = 18.78%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A44482 (or 0xA44482) is known color: Medium Red Violet. HEX triplet: A4, 44 and 82. RGB value is (164,68,130). Sum of RGB (Red+Green+Blue) = 164+68+130=362 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.30% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 164 - color contains mainly: red. Hex color #A44482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44482 is #5BBB7D. Grayscale: #676767. Windows color (decimal): -6011774 or 8537252. OLE color: 8537252.

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

Color convert

RGB 164 68 130 -
CMYK 0 0.59 0.21 0.36
HSL 321.25º 0.41% 0.45% -
HSV(B) 321.25º 0.59% 0.64% -
XYZ 21.41 13.64 22.62 -
YUV 103.77 142.8 170.96 -
System Red Green Blue C M Y K H S L
Decimal 164 68 130 0 0.59 0.21 0.36 321.25 0.41 0.45
Hex A4 44 82 0 3B 15 24 141 29 2D
Octal 244 104 202 0 73 25 44 501 51 55
Binary 10100100 1000100 10000010 0 111011 10101 100100 101000001 101001 101101

Color Harmonies of #A44482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44482

Black with #A44482

Text Example


Text Example

White with #A44482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44482; }

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

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

background-color css

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

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

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

border-color css

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

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

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