#A93D82

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

Shades of Medium Red Violet #A93D82

Tints of Medium Red Violet #A93D82

Color information

#A93D82 (or 0xA93D82) is unknown color: approx Medium Red Violet. HEX triplet: A9, 3D and 82. RGB value is (169,61,130). Sum of RGB (Red+Green+Blue) = 169+61+130=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 130 (51.17% from 255 or 36.11% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93D82 is #56C27D. Grayscale: #646464. Windows color (decimal): -5685886 or 8535465. OLE color: 8535465.

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

Color convert

RGB16961130-
CMYK00.640.230.34
HSL321.67º46.96%45.1%-
HSV(B)321.67º63.91%66.27%-
XYZ22.0613.3822.54-
YUV101.16144.28176.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 61 (24.22% from 255) = 16.94%
BLUE value IS 130 (51.17% from 255) = 36.11%
R=46.94%
G=16.94%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696113000.640.230.34321.6746.9645.1
HexA93D8204017221422f2d
Octal25175202010027425025755
Binary10101001111101100000100100000010111100010101000010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93D82; }

 p { color: rgb(169,61,130); }

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

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

 a { background-color: rgb(169,61,130); }

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

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

 span { border-color: rgb(169,61,130); }

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