#a82fa1

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

Shades of Medium Red Violet #A82FA1

Tints of Medium Red Violet #A82FA1

Color information

#A82FA1 (or 0xA82FA1) is unknown color: approx Medium Red Violet. HEX triplet: A8, 2F and A1. RGB value is (168,47,161). Sum of RGB (Red+Green+Blue) = 168+47+161=376 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.68% from 376); Green value is 47 (18.75% from 255 or 12.5% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 168 - color contains mainly: red. Hex color #A82FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A82FA1 is #57D05E. Grayscale: #5F5F5F. Windows color (decimal): -5754975 or 10563496. OLE color: 10563496.

HSL color Cylindrical-coordinate representation of color #A82FA1: hue angle of 303.47º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A82FA1 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16847161-
CMYK00.720.040.34
HSL303.47º56.28%42.16%-
HSV(B)303.47º72.02%65.88%-
XYZ23.612.9334.97-
YUV96.18164.59179.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.68%
GREEN value IS 47 (18.75% from 255) = 12.5%
BLUE value IS 161 (63.28% from 255) = 42.82%
R=44.68%
G=12.5%
B=42.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684716100.720.040.34303.4756.2842.16
HexA82FA104842212f382a
Octal2505724101104424577052
Binary101010001011111010000101001000100100010100101111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82fa1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82fa1; }

 p { color: rgb(168,47,161); }

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

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

 a { background-color: rgb(168,47,161); }

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

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

 span { border-color: rgb(168,47,161); }

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