#A14284

Color #A14284 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A14284

Tints of Medium Red Violet #A14284

Color information

#A14284 (or 0xA14284) is unknown color: approx Medium Red Violet. HEX triplet: A1, 42 and 84. RGB value is (161,66,132). Sum of RGB (Red+Green+Blue) = 161+66+132=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 66 (26.17% from 255 or 18.38% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A14284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14284 is #5EBD7B. Grayscale: #656565. Windows color (decimal): -6208892 or 8667809. OLE color: 8667809.

HSL color Cylindrical-coordinate representation of color #A14284: hue angle of 318.32º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A14284 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB16166132-
CMYK00.590.180.37
HSL318.32º41.85%44.51%-
HSV(B)318.32º59.01%63.14%-
XYZ20.8113.1423.27-
YUV101.93144.97170.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 66 (26.17% from 255) = 18.38%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=44.85%
G=18.38%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616613200.590.180.37318.3241.8544.51
HexA1428403B122513e2a2d
Octal24110220407322454765255
Binary10100001100001010000100011101110010100101100111110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14284; }

 p { color: rgb(161,66,132); }

 H1.HeaderClassName
 {
   color: #A14284;
 }
 .AnyTagClassName
 {
   color: #A14284;
 }
</style>
background-color css

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

 a { background-color: rgb(161,66,132); }

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

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

 span { border-color: rgb(161,66,132); }

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