#A582F0

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

Shades of Medium Purple #A582F0

Tints of Medium Purple #A582F0

Color information

#A582F0 (or 0xA582F0) is unknown color: approx Medium Purple. HEX triplet: A5, 82 and F0. RGB value is (165,130,240). Sum of RGB (Red+Green+Blue) = 165+130+240=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 130 (51.17% from 255 or 24.30% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #A582F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582F0 is #5A7D0F. Grayscale: #989898. Windows color (decimal): -5930256 or 15762085. OLE color: 15762085.

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

Color convert

RGB165130240-
CMYK0.310.4600.06
HSL259.09º78.57%72.55%-
HSV(B)259.09º45.83%94.12%-
XYZ39.2330.2686.21-
YUV153177.1136.56-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.84%
GREEN value IS 130 (51.17% from 255) = 24.30%
BLUE value IS 240 (94.14% from 255) = 44.86%
R=30.84%
G=24.30%
B=44.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1651302400.310.4600.06259.0978.5772.55
HexA582F01F2E061034f49
Octal245202360375606403117111
Binary10100101100000101111000011111101110011010000001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582F0; }

 p { color: rgb(165,130,240); }

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

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

 a { background-color: rgb(165,130,240); }

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

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

 span { border-color: rgb(165,130,240); }

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