#A582FF

Color #A582FF Light Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Blue #A582FF

Tints of Light Slate Blue #A582FF

Color information

#A582FF (or 0xA582FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 82 and FF. RGB value is (165,130,255). Sum of RGB (Red+Green+Blue) = 165+130+255=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A582FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A582FF is #5A7D00. Grayscale: #9A9A9A. Windows color (decimal): -5930241 or 16745125. OLE color: 16745125.

HSL color Cylindrical-coordinate representation of color #A582FF: hue angle of 256.8º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A582FF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB165130255-
CMYK0.350.4900
HSL256.8º100%75.49%-
HSV(B)256.8º49.02%100%-
XYZ41.5531.1898.44-
YUV154.72184.6135.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 255 (100% from 255) = 46.36%
R=30%
G=23.64%
B=46.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651302550.350.4900256.810075.49
HexA582FF233100101644b
Octal245202377436100401144113
Binary1010010110000010111111111000111100010010000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A582FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A582FF; }

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

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

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

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

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

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

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

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