#A460FF

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

Shades of Light Slate Blue #A460FF

Tints of Light Slate Blue #A460FF

Color information

#A460FF (or 0xA460FF) is unknown color: approx Light Slate Blue. HEX triplet: A4, 60 and FF. RGB value is (164,96,255). Sum of RGB (Red+Green+Blue) = 164+96+255=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #A460FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460FF is #5B9F00. Grayscale: #858585. Windows color (decimal): -6004481 or 16736420. OLE color: 16736420.

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

Color convert

RGB16496255-
CMYK0.360.6200
HSL265.66º100%68.82%-
HSV(B)265.66º62.35%100%-
XYZ37.5423.4897.16-
YUV134.46196.03149.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.84%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 255 (100% from 255) = 49.51%
R=31.84%
G=18.64%
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
SystemRedGreenBlueCMYKHSL
Decimal164962550.360.6200265.6610068.82
HexA460FF243E0010a6445
Octal244140377447600412144105
Binary101001001100000111111111001001111100010000101011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460FF; }

 p { color: rgb(164,96,255); }

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

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

 a { background-color: rgb(164,96,255); }

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

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

 span { border-color: rgb(164,96,255); }

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