#A584FF

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

Shades of Light Slate Blue #A584FF

Tints of Light Slate Blue #A584FF

Color information

#A584FF (or 0xA584FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 84 and FF. RGB value is (165,132,255). Sum of RGB (Red+Green+Blue) = 165+132+255=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 132 (51.95% from 255 or 23.91% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #A584FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A584FF is #5A7B00. Grayscale: #9B9B9B. Windows color (decimal): -5929729 or 16745637. OLE color: 16745637.

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

Color convert

RGB165132255-
CMYK0.350.4800
HSL256.1º100%75.88%-
HSV(B)256.1º48.24%100%-
XYZ41.8231.7298.53-
YUV155.89183.93134.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.89%
GREEN value IS 132 (51.95% from 255) = 23.91%
BLUE value IS 255 (100% from 255) = 46.20%
R=29.89%
G=23.91%
B=46.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1651322550.350.4800256.110075.88
HexA584FF233000100644c
Octal245204377436000400144114
Binary1010010110000100111111111000111100000010000000011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A584FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A584FF; }

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

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

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

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

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

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

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

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