#A580FF

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

Shades of Light Slate Blue #A580FF

Tints of Light Slate Blue #A580FF

Color information

#A580FF (or 0xA580FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 80 and FF. RGB value is (165,128,255). Sum of RGB (Red+Green+Blue) = 165+128+255=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #A580FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A580FF is #5A7F00. Grayscale: #999999. Windows color (decimal): -5930753 or 16744613. OLE color: 16744613.

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

Color convert

RGB165128255-
CMYK0.350.5000
HSL257.48º100%75.1%-
HSV(B)257.48º49.8%100%-
XYZ41.2930.6698.35-
YUV153.54185.26136.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 255 (100% from 255) = 46.53%
R=30.11%
G=23.36%
B=46.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651282550.350.5000257.4810075.1
HexA580FF233200101644b
Octal245200377436200401144113
Binary1010010110000000111111111000111100100010000000111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580FF; }

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

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

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

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

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

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

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

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