#A582F9

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

Shades of Medium Purple #A582F9

Tints of Medium Purple #A582F9

Color information

#A582F9 (or 0xA582F9) is unknown color: approx Medium Purple. HEX triplet: A5, 82 and F9. RGB value is (165,130,249). Sum of RGB (Red+Green+Blue) = 165+130+249=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 249 (97.66% from 255 or 45.77% from 544); Max value from RGB is 249 - color contains mainly: blue. Hex color #A582F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582F9 is #5A7D06. Grayscale: #999999. Windows color (decimal): -5930247 or 16351909. OLE color: 16351909.

HSL color Cylindrical-coordinate representation of color #A582F9: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A582F9 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165130249-
CMYK0.340.4800.02
HSL257.65º90.84%74.31%-
HSV(B)257.65º47.79%97.65%-
XYZ40.630.893.43-
YUV154.03181.6135.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 249 (97.66% from 255) = 45.77%
R=30.33%
G=23.90%
B=45.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651302490.340.4800.02257.6590.8474.31
HexA582F92230021025b4a
Octal245202371426002402133112
Binary10100101100000101111100110001011000001010000001010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582F9; }

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

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

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

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

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

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

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

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