Html Css Color HEX #A44286 Medium Red Violet

📋 copy color: '#A44286'

red 164 ◦ green 66 ◦ blue 134

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

Shades of Medium Red Violet #A44286

Tints of Medium Red Violet #A44286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 45.05%
G = 18.13%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A44286 (or 0xA44286) is known color: Medium Red Violet. HEX triplet: A4, 42 and 86. RGB value is (164,66,134). Sum of RGB (Red+Green+Blue) = 164+66+134=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A44286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A44286 is #5BBD79. Grayscale: #666666. Windows color (decimal): -6012282 or 8798884. OLE color: 8798884.

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

Color convert

RGB 164 66 134 -
CMYK 0 0.60 0.18 0.36
HSL 318.37º 0.43% 0.45% -
HSV(B) 318.37º 0.6% 0.64% -
XYZ 21.56 13.51 24.03 -
YUV 103.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 164 66 134 0 0.60 0.18 0.36 318.37 0.43 0.45
Hex A4 42 86 0 3C 12 24 13E 2B 2D
Octal 244 102 206 0 74 22 44 476 53 55
Binary 10100100 1000010 10000110 0 111100 10010 100100 100111110 101011 101101

Color Harmonies of #A44286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44286

Black with #A44286

Text Example


Text Example

White with #A44286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44286; }

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

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

background-color css

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

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

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

border-color css

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

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

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