Html Css Color HEX #A44087 Medium Red Violet

📋 copy color: '#A44087'

red 164 ◦ green 64 ◦ blue 135

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

Shades of Medium Red Violet #A44087

Tints of Medium Red Violet #A44087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 37.19%

R = 45.18%
G = 17.63%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A44087 (or 0xA44087) is known color: Medium Red Violet. HEX triplet: A4, 40 and 87. RGB value is (164,64,135). Sum of RGB (Red+Green+Blue) = 164+64+135=363 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.18% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 164 - color contains mainly: red. Hex color #A44087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44087 is #5BBF78. Grayscale: #656565. Windows color (decimal): -6012793 or 8863908. OLE color: 8863908.

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

Color convert

RGB 164 64 135 -
CMYK 0 0.61 0.18 0.36
HSL 317.4º 0.44% 0.45% -
HSV(B) 317.4º 0.61% 0.64% -
XYZ 21.52 13.31 24.36 -
YUV 101.99 146.63 172.23 -
System Red Green Blue C M Y K H S L
Decimal 164 64 135 0 0.61 0.18 0.36 317.4 0.44 0.45
Hex A4 40 87 0 3D 12 24 13D 2C 2D
Octal 244 100 207 0 75 22 44 475 54 55
Binary 10100100 1000000 10000111 0 111101 10010 100100 100111101 101100 101101

Color Harmonies of #A44087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44087

Black with #A44087

Text Example


Text Example

White with #A44087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44087; }

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

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

background-color css

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

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

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

border-color css

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

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

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