#A580FC

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

Shades of Light Slate Blue #A580FC

Tints of Light Slate Blue #A580FC

Color information

#A580FC (or 0xA580FC) is unknown color: approx Light Slate Blue. HEX triplet: A5, 80 and FC. RGB value is (165,128,252). Sum of RGB (Red+Green+Blue) = 165+128+252=545 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.28% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #A580FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A580FC is #5A7F03. Grayscale: #989898. Windows color (decimal): -5930756 or 16548005. OLE color: 16548005.

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

Color convert

RGB165128252-
CMYK0.350.4900.01
HSL257.9º95.38%74.51%-
HSV(B)257.9º49.21%98.82%-
XYZ40.8130.4795.83-
YUV153.2183.76136.42-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.28%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 252 (98.83% from 255) = 46.24%
R=30.28%
G=23.49%
B=46.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651282520.350.4900.01257.995.3874.51
HexA580FC2331011025f4b
Octal245200374436101402137113
Binary1010010110000000111111001000111100010110000001010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A580FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A580FC; }

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

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

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

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

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

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

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

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