#A583FC

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

Shades of Light Slate Blue #A583FC

Tints of Light Slate Blue #A583FC

Color information

#A583FC (or 0xA583FC) is unknown color: approx Light Slate Blue. HEX triplet: A5, 83 and FC. RGB value is (165,131,252). Sum of RGB (Red+Green+Blue) = 165+131+252=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 131 (51.56% from 255 or 23.91% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #A583FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A583FC is #5A7C03. Grayscale: #9A9A9A. Windows color (decimal): -5929988 or 16548773. OLE color: 16548773.

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

Color convert

RGB165131252-
CMYK0.350.4800.01
HSL256.86º95.28%75.1%-
HSV(B)256.86º48.02%98.82%-
XYZ41.231.2695.96-
YUV154.96182.76135.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 131 (51.56% from 255) = 23.91%
BLUE value IS 252 (98.83% from 255) = 45.99%
R=30.11%
G=23.91%
B=45.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651312520.350.4800.01256.8695.2875.1
HexA583FC2330011015f4b
Octal245203374436001401137113
Binary1010010110000011111111001000111100000110000000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A583FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A583FC; }

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

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

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

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

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

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

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

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