Html Css Color HEX #A44180 Medium Red Violet

📋 copy color: '#A44180'

red 164 ◦ green 65 ◦ blue 128

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

Shades of Medium Red Violet #A44180

Tints of Medium Red Violet #A44180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

 BLUE value IS 128 (50.39% from 255) = 35.85%

R = 45.94%
G = 18.21%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#A44180 (or 0xA44180) is known color: Medium Red Violet. HEX triplet: A4, 41 and 80. RGB value is (164,65,128). Sum of RGB (Red+Green+Blue) = 164+65+128=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A44180 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44180 is #5BBE7F. Grayscale: #656565. Windows color (decimal): -6012544 or 8405412. OLE color: 8405412.

HSL color Cylindrical-coordinate representation of color #A44180: hue angle of 321.82º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A44180 is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 65 128 -
CMYK 0 0.60 0.22 0.36
HSL 321.82º 0.43% 0.45% -
HSV(B) 321.82º 0.6% 0.64% -
XYZ 21.1 13.23 21.86 -
YUV 101.78 142.8 172.38 -
System Red Green Blue C M Y K H S L
Decimal 164 65 128 0 0.60 0.22 0.36 321.82 0.43 0.45
Hex A4 41 80 0 3C 16 24 142 2B 2D
Octal 244 101 200 0 74 26 44 502 53 55
Binary 10100100 1000001 10000000 0 111100 10110 100100 101000010 101011 101101

Color Harmonies of #A44180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44180

Black with #A44180

Text Example


Text Example

White with #A44180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44180; }

 p { color: rgb(164,65,128); }

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

background-color css

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

 a { background-color: rgb(164,65,128); }

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

border-color css

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

 span { border-color: rgb(164,65,128); }

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