#a82681

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

Shades of Medium Red Violet #A82681

Tints of Medium Red Violet #A82681

Color information

#A82681 (or 0xA82681) is unknown color: approx Medium Red Violet. HEX triplet: A8, 26 and 81. RGB value is (168,38,129). Sum of RGB (Red+Green+Blue) = 168+38+129=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 38 (15.23% from 255 or 11.34% from 335); Blue value is 129 (50.78% from 255 or 38.51% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A82681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82681 is #57D97E. Grayscale: #575757. Windows color (decimal): -5757311 or 8464040. OLE color: 8464040.

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

Color convert

RGB16838129-
CMYK00.770.230.34
HSL318º63.11%40.39%-
HSV(B)318º77.38%65.88%-
XYZ20.811.321.85-
YUV87.24151.57185.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 38 (15.23% from 255) = 11.34%
BLUE value IS 129 (50.78% from 255) = 38.51%
R=50.15%
G=11.34%
B=38.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683812900.770.230.3431863.1140.39
HexA8268104D172213e3f28
Octal25046201011527424767750
Binary10101000100110100000010100110110111100010100111110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82681; }

 p { color: rgb(168,38,129); }

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

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

 a { background-color: rgb(168,38,129); }

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

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

 span { border-color: rgb(168,38,129); }

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