#a584fb

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

Shades of Light Slate Blue #A584FB

Tints of Light Slate Blue #A584FB

Color information

#A584FB (or 0xA584FB) is unknown color: approx Light Slate Blue. HEX triplet: A5, 84 and FB. RGB value is (165,132,251). Sum of RGB (Red+Green+Blue) = 165+132+251=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #A584FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584FB is #5A7B04. Grayscale: #9A9A9A. Windows color (decimal): -5929733 or 16483493. OLE color: 16483493.

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

Color convert

RGB165132251-
CMYK0.340.4700.02
HSL256.64º93.7%75.1%-
HSV(B)256.64º47.41%98.43%-
XYZ41.1831.4795.17-
YUV155.43181.93134.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 251 (98.44% from 255) = 45.80%
R=30.11%
G=24.09%
B=45.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651322510.340.4700.02256.6493.775.1
HexA584FB222F021015e4b
Octal245204373425702401136113
Binary10100101100001001111101110001010111101010000000110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a584fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a584fb; }

 p { color: rgb(165,132,251); }

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

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

 a { background-color: rgb(165,132,251); }

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

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

 span { border-color: rgb(165,132,251); }

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