#A84182

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

Shades of Medium Red Violet #A84182

Tints of Medium Red Violet #A84182

Color information

#A84182 (or 0xA84182) is unknown color: approx Medium Red Violet. HEX triplet: A8, 41 and 82. RGB value is (168,65,130). Sum of RGB (Red+Green+Blue) = 168+65+130=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A84182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84182 is #57BE7D. Grayscale: #676767. Windows color (decimal): -5750398 or 8536488. OLE color: 8536488.

HSL color Cylindrical-coordinate representation of color #A84182: hue angle of 322.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A84182 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.34.

Color convert

RGB16865130-
CMYK00.610.230.34
HSL322.14º44.21%45.69%-
HSV(B)322.14º61.31%65.88%-
XYZ22.0713.7222.6-
YUV103.21143.12174.21-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 65 (25.78% from 255) = 17.91%
BLUE value IS 130 (51.17% from 255) = 35.81%
R=46.28%
G=17.91%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686513000.610.230.34322.1444.2145.69
HexA8418203D17221422c2e
Octal25010120207527425025456
Binary10101000100000110000010011110110111100010101000010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84182; }

 p { color: rgb(168,65,130); }

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

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

 a { background-color: rgb(168,65,130); }

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

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

 span { border-color: rgb(168,65,130); }

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