Html Css Color HEX #A44288 Medium Red Violet

📋 copy color: '#A44288'

red 164 ◦ green 66 ◦ blue 136

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

Shades of Medium Red Violet #A44288

Tints of Medium Red Violet #A44288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 136 (53.52% from 255) = 37.16%

R = 44.81%
G = 18.03%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A44288 (or 0xA44288) is known color: Medium Red Violet. HEX triplet: A4, 42 and 88. RGB value is (164,66,136). Sum of RGB (Red+Green+Blue) = 164+66+136=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A44288 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44288 is #5BBD77. Grayscale: #676767. Windows color (decimal): -6012280 or 8929956. OLE color: 8929956.

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

Color convert

RGB 164 66 136 -
CMYK 0 0.60 0.17 0.36
HSL 317.14º 0.43% 0.45% -
HSV(B) 317.14º 0.6% 0.64% -
XYZ 21.7 13.57 24.77 -
YUV 103.28 146.47 171.31 -
System Red Green Blue C M Y K H S L
Decimal 164 66 136 0 0.60 0.17 0.36 317.14 0.43 0.45
Hex A4 42 88 0 3C 11 24 13D 2B 2D
Octal 244 102 210 0 74 21 44 475 53 55
Binary 10100100 1000010 10001000 0 111100 10001 100100 100111101 101011 101101

Color Harmonies of #A44288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44288

Black with #A44288

Text Example


Text Example

White with #A44288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44288; }

 p { color: rgb(164,66,136); }

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

background-color css

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

 a { background-color: rgb(164,66,136); }

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

border-color css

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

 span { border-color: rgb(164,66,136); }

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