#A782F3

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

Shades of Medium Purple #A782F3

Tints of Medium Purple #A782F3

Color information

#A782F3 (or 0xA782F3) is unknown color: approx Medium Purple. HEX triplet: A7, 82 and F3. RGB value is (167,130,243). Sum of RGB (Red+Green+Blue) = 167+130+243=540 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.93% from 540); Green value is 130 (51.17% from 255 or 24.07% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #A782F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782F3 is #587D0C. Grayscale: #999999. Windows color (decimal): -5799181 or 15958695. OLE color: 15958695.

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

Color convert

RGB167130243-
CMYK0.310.4700.05
HSL259.65º82.48%73.14%-
HSV(B)259.65º46.5%95.29%-
XYZ40.130.6588.6-
YUV153.94178.26137.31-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.93%
GREEN value IS 130 (51.17% from 255) = 24.07%
BLUE value IS 243 (95.31% from 255) = 45%
R=30.93%
G=24.07%
B=45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671302430.310.4700.05259.6582.4873.14
HexA782F31F2F051045249
Octal247202363375705404122111
Binary10100111100000101111001111111101111010110000010010100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782F3; }

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

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

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

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

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

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

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

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