#A260FE

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

Shades of Light Slate Blue #A260FE

Tints of Light Slate Blue #A260FE

Color information

#A260FE (or 0xA260FE) is unknown color: approx Light Slate Blue. HEX triplet: A2, 60 and FE. RGB value is (162,96,254). Sum of RGB (Red+Green+Blue) = 162+96+254=512 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.64% from 512); Green value is 96 (37.89% from 255 or 18.75% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #A260FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FE is #5D9F01. Grayscale: #858585. Windows color (decimal): -6135554 or 16670882. OLE color: 16670882.

HSL color Cylindrical-coordinate representation of color #A260FE: hue angle of 265.06º 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 #A260FE is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB16296254-
CMYK0.360.6200.00
HSL265.06º98.75%68.63%-
HSV(B)265.06º62.2%99.61%-
XYZ36.9723.296.3-
YUV133.75195.87148.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.64%
GREEN value IS 96 (37.89% from 255) = 18.75%
BLUE value IS 254 (99.61% from 255) = 49.61%
R=31.64%
G=18.75%
B=49.61%

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
Decimal162962540.360.6200.00265.0698.7568.63
HexA260FE243E001096345
Octal242140376447600411143105
Binary101000101100000111111101001001111100010000100111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A260FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A260FE; }

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

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

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

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

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

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

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

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