#A782EE

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

Shades of Medium Purple #A782EE

Tints of Medium Purple #A782EE

Color information

#A782EE (or 0xA782EE) is unknown color: approx Medium Purple. HEX triplet: A7, 82 and EE. RGB value is (167,130,238). Sum of RGB (Red+Green+Blue) = 167+130+238=535 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.21% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #A782EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A782EE is #587D11. Grayscale: #989898. Windows color (decimal): -5799186 or 15631015. OLE color: 15631015.

HSL color Cylindrical-coordinate representation of color #A782EE: hue angle of 260.56º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A782EE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167130238-
CMYK0.300.4500.07
HSL260.56º76.06%72.16%-
HSV(B)260.56º45.38%93.33%-
XYZ39.3530.3584.67-
YUV153.38175.76137.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.21%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=31.21%
G=24.30%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671302380.300.4500.07260.5676.0672.16
HexA782EE1E2D071054c48
Octal247202356365507405114110
Binary10100111100000101110111011110101101011110000010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A782EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A782EE; }

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

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

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

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

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

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

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

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