#a81f88

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

Shades of Medium Red Violet #A81F88

Tints of Medium Red Violet #A81F88

Color information

#A81F88 (or 0xA81F88) is unknown color: approx Medium Red Violet. HEX triplet: A8, 1F and 88. RGB value is (168,31,136). Sum of RGB (Red+Green+Blue) = 168+31+136=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A81F88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81F88 is #57E077. Grayscale: #535353. Windows color (decimal): -5759096 or 8921000. OLE color: 8921000.

HSL color Cylindrical-coordinate representation of color #A81F88: hue angle of 314.01º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A81F88 is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB16831136-
CMYK00.820.190.34
HSL314.01º68.84%39.02%-
HSV(B)314.01º81.55%65.88%-
XYZ21.0811.0824.32-
YUV83.93157.39187.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 50.15%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 136 (53.52% from 255) = 40.60%
R=50.15%
G=9.25%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683113600.820.190.34314.0168.8439.02
HexA81F88052132213a4527
Octal250372100122234247210547
Binary10101000111111000100001010010100111000101001110101000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a81f88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a81f88; }

 p { color: rgb(168,31,136); }

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

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

 a { background-color: rgb(168,31,136); }

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

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

 span { border-color: rgb(168,31,136); }

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