#A360FE

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

Shades of Light Slate Blue #A360FE

Tints of Light Slate Blue #A360FE

Color information

#A360FE (or 0xA360FE) is unknown color: approx Light Slate Blue. HEX triplet: A3, 60 and FE. RGB value is (163,96,254). Sum of RGB (Red+Green+Blue) = 163+96+254=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #A360FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A360FE is #5C9F01. Grayscale: #858585. Windows color (decimal): -6070018 or 16670883. OLE color: 16670883.

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

Color convert

RGB16396254-
CMYK0.360.6200.00
HSL265.44º98.75%68.63%-
HSV(B)265.44º62.2%99.61%-
XYZ37.1823.3196.31-
YUV134.04195.7148.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 96 (37.89% from 255) = 18.71%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=31.77%
G=18.71%
B=49.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal163962540.360.6200.00265.4498.7568.63
HexA360FE243E001096345
Octal243140376447600411143105
Binary101000111100000111111101001001111100010000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A360FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A360FE; }

 p { color: rgb(163,96,254); }

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

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

 a { background-color: rgb(163,96,254); }

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

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

 span { border-color: rgb(163,96,254); }

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