#A782F2

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

Shades of Medium Purple #A782F2

Tints of Medium Purple #A782F2

Color information

#A782F2 (or 0xA782F2) is unknown color: approx Medium Purple. HEX triplet: A7, 82 and F2. RGB value is (167,130,242). Sum of RGB (Red+Green+Blue) = 167+130+242=539 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.98% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 242 (94.92% from 255 or 44.90% from 539); Max value from RGB is 242 - color contains mainly: blue. Hex color #A782F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782F2 is #587D0D. Grayscale: #999999. Windows color (decimal): -5799182 or 15893159. OLE color: 15893159.

HSL color Cylindrical-coordinate representation of color #A782F2: hue angle of 259.82º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A782F2 is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167130242-
CMYK0.310.4600.05
HSL259.82º81.16%72.94%-
HSV(B)259.82º46.28%94.9%-
XYZ39.9530.5987.8-
YUV153.83177.76137.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.98%
GREEN value IS 130 (51.17% from 255) = 24.12%
BLUE value IS 242 (94.92% from 255) = 44.90%
R=30.98%
G=24.12%
B=44.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671302420.310.4600.05259.8281.1672.94
HexA782F21F2E051045149
Octal247202362375605404121111
Binary10100111100000101111001011111101110010110000010010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782F2; }

 p { color: rgb(167,130,242); }

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

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

 a { background-color: rgb(167,130,242); }

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

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

 span { border-color: rgb(167,130,242); }

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