#A286FF

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

Shades of Light Slate Blue #A286FF

Tints of Light Slate Blue #A286FF

Color information

#A286FF (or 0xA286FF) is unknown color: approx Light Slate Blue. HEX triplet: A2, 86 and FF. RGB value is (162,134,255). Sum of RGB (Red+Green+Blue) = 162+134+255=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 134 (52.73% from 255 or 24.32% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A286FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A286FF is #5D7900. Grayscale: #9B9B9B. Windows color (decimal): -6125825 or 16746146. OLE color: 16746146.

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

Color convert

RGB162134255-
CMYK0.360.4700
HSL253.88º100%76.27%-
HSV(B)253.88º47.45%100%-
XYZ41.4831.9598.59-
YUV156.17183.78132.16-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 29.40%
GREEN value IS 134 (52.73% from 255) = 24.32%
BLUE value IS 255 (100% from 255) = 46.28%
R=29.40%
G=24.32%
B=46.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1621342550.360.4700253.8810076.27
HexA286FF242F00fe644c
Octal242206377445700376144114
Binary101000101000011011111111100100101111001111111011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A286FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A286FF; }

 p { color: rgb(162,134,255); }

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

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

 a { background-color: rgb(162,134,255); }

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

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

 span { border-color: rgb(162,134,255); }

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