Html Css Color HEX #A44485 Medium Red Violet

📋 copy color: '#A44485'

red 164 ◦ green 68 ◦ blue 133

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

Shades of Medium Red Violet #A44485

Tints of Medium Red Violet #A44485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 44.93%
G = 18.63%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A44485 (or 0xA44485) is known color: Medium Red Violet. HEX triplet: A4, 44 and 85. RGB value is (164,68,133). Sum of RGB (Red+Green+Blue) = 164+68+133=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A44485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44485 is #5BBB7A. Grayscale: #676767. Windows color (decimal): -6011771 or 8733860. OLE color: 8733860.

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

Color convert

RGB 164 68 133 -
CMYK 0 0.59 0.19 0.36
HSL 319.38º 0.41% 0.45% -
HSV(B) 319.38º 0.59% 0.64% -
XYZ 21.61 13.72 23.7 -
YUV 104.11 144.3 170.71 -
System Red Green Blue C M Y K H S L
Decimal 164 68 133 0 0.59 0.19 0.36 319.38 0.41 0.45
Hex A4 44 85 0 3B 13 24 13F 29 2D
Octal 244 104 205 0 73 23 44 477 51 55
Binary 10100100 1000100 10000101 0 111011 10011 100100 100111111 101001 101101

Color Harmonies of #A44485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44485

Black with #A44485

Text Example


Text Example

White with #A44485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44485; }

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

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

background-color css

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

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

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

border-color css

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

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

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