#A561FF

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

Shades of Light Slate Blue #A561FF

Tints of Light Slate Blue #A561FF

Color information

#A561FF (or 0xA561FF) is unknown color: approx Light Slate Blue. HEX triplet: A5, 61 and FF. RGB value is (165,97,255). Sum of RGB (Red+Green+Blue) = 165+97+255=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 97 (38.28% from 255 or 18.76% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #A561FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A561FF is #5A9E00. Grayscale: #868686. Windows color (decimal): -5938689 or 16736677. OLE color: 16736677.

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

Color convert

RGB16597255-
CMYK0.350.6200
HSL265.82º100%69.02%-
HSV(B)265.82º61.96%100%-
XYZ37.8423.7797.2-
YUV135.34195.53149.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 97 (38.28% from 255) = 18.76%
BLUE value IS 255 (100% from 255) = 49.32%
R=31.91%
G=18.76%
B=49.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal165972550.350.6200265.8210069.02
HexA561FF233E0010a6445
Octal245141377437600412144105
Binary101001011100001111111111000111111100010000101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A561FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A561FF; }

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

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

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

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

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

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

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

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