#a52681

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

Shades of Medium Red Violet #A52681

Tints of Medium Red Violet #A52681

Color information

#A52681 (or 0xA52681) is unknown color: approx Medium Red Violet. HEX triplet: A5, 26 and 81. RGB value is (165,38,129). Sum of RGB (Red+Green+Blue) = 165+38+129=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 38 (15.23% from 255 or 11.45% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A52681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52681 is #5AD97E. Grayscale: #565656. Windows color (decimal): -5953919 or 8464037. OLE color: 8464037.

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

Color convert

RGB16538129-
CMYK00.770.220.35
HSL317.01º62.56%39.8%-
HSV(B)317.01º76.97%64.71%-
XYZ20.1710.9721.82-
YUV86.35152.08184.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 49.70%
GREEN value IS 38 (15.23% from 255) = 11.45%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=49.70%
G=11.45%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1653812900.770.220.35317.0162.5639.8
HexA5268104D162313d3f28
Octal24546201011526434757750
Binary10100101100110100000010100110110110100011100111101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52681; }

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

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

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

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

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

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

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

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